C# Class Pluton.Events.PlayerHurtEvent

Inheritance: HurtEvent
Mostra file Open project: Notulp/Pluton Class Usage Examples

Public Properties

Property Type Description
Victim Player

Public Methods

Method Description
PlayerHurtEvent ( Player player, HitInfo info )

Method Details

PlayerHurtEvent() public method

public PlayerHurtEvent ( Player player, HitInfo info )
player Player
info HitInfo

Property Details

Victim public_oe property

public Player Victim
return Player