C# Class ServerPointSystem.PointOperateArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: vharonftw/ServerEPRSystem Class Usage Examples

Public Properties

Property Type Description
Amount int
Handled bool
Player EPRPlayer
Reason PointOperateReason

Property Details

Amount public_oe property

public int Amount
return int

Handled public_oe property

public bool Handled
return bool

Player public_oe property

public EPRPlayer Player
return EPRPlayer

Reason public_oe property

public PointOperateReason Reason
return PointOperateReason