Corgi Engine
v9.0
|
A type of event used to signal changes to the current score More...
Public Member Functions | |
CorgiEnginePointsEvent (PointsMethods pointsMethod, int points) | |
Initializes a new instance of the MoreMountains.CorgiEngine.CorgiEnginePointsEvent struct. More... | |
Static Public Member Functions | |
static void | Trigger (PointsMethods pointsMethod, int points) |
Public Attributes | |
PointsMethods | PointsMethod |
int | Points |
Static Public Attributes | |
static CorgiEnginePointsEvent | e |
A type of event used to signal changes to the current score
MoreMountains.CorgiEngine.CorgiEnginePointsEvent.CorgiEnginePointsEvent | ( | PointsMethods | pointsMethod, |
int | points | ||
) |
Initializes a new instance of the MoreMountains.CorgiEngine.CorgiEnginePointsEvent struct.
pointsMethod | Points method. |
points | Points. |
|
static |
|
static |
int MoreMountains.CorgiEngine.CorgiEnginePointsEvent.Points |
PointsMethods MoreMountains.CorgiEngine.CorgiEnginePointsEvent.PointsMethod |