C# Class ServerPointSystem.PointUseArgs

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

Public Properties

Property Type Description
Amount int
Handled bool
Player EPRPlayer
Reason PointUsage

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,ServerPointSystem Player
return EPRPlayer

Reason public_oe property

public PointUsage Reason
return PointUsage