Struct GameEvent
Namespace: SF.Events
Assembly: cs.temp.dll.dll
Syntax
public struct GameEvent
Constructors
GameEvent(GameEventTypes)
Declaration
public GameEvent(GameEventTypes eventType)
Parameters
Type | Name | Description |
---|---|---|
GameEventTypes | eventType |
Fields
EventType
Declaration
public GameEventTypes EventType
Field Value
Type | Description |
---|---|
GameEventTypes |
Methods
Trigger(GameEventTypes)
Declaration
public static void Trigger(GameEventTypes eventType)
Parameters
Type | Name | Description |
---|---|---|
GameEventTypes | eventType |