C# Class Pluton.Events.PlayerTakeRadsEvent

Inheritance: CountedInstance
显示文件 Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Current float
Next float
RadAmount float
Victim Player

Public Methods

Method Description
PlayerTakeRadsEvent ( Player p, float current, float amount )

Method Details

PlayerTakeRadsEvent() public method

public PlayerTakeRadsEvent ( Player p, float current, float amount )
p Player
current float
amount float

Property Details

Current public_oe property

public float Current
return float

Next public_oe property

public float Next
return float

RadAmount public_oe property

public float RadAmount
return float

Victim public_oe property

public Player Victim
return Player