C# Class ServerPointSystem.MonsterAwardArgs

Inheritance: System.EventArgs
ファイルを表示 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_oe property

public int AwardAmount
return int

Handled public_oe property

public bool Handled
return bool

NPCID public_oe property

public int NPCID
return int

NPCType public_oe property

public int NPCType
return int

Player public_oe property

public EPRPlayer,ServerPointSystem Player
return EPRPlayer