C# Class ServerPointSystem.MonsterAwardArgs

Inheritance: System.EventArgs
Show file Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
AwardAmount int
Handled bool
NPCID int
NPCType int
Player EPRPlayer

Property Details

AwardAmount public property

public int AwardAmount
return int

Handled public property

public bool Handled
return bool

NPCID public property

public int NPCID
return int

NPCType public property

public int NPCType
return int

Player public property

public EPRPlayer,ServerPointSystem Player
return EPRPlayer