Struct LivesEvent
Namespace: SF.Events
Assembly: cs.temp.dll.dll
Syntax
public struct LivesEvent
Constructors
LivesEvent(LivesEventTypes, Int32)
Declaration
public LivesEvent(LivesEventTypes eventType, int lives = 1)
Parameters
Type | Name | Description |
---|---|---|
LivesEventTypes | eventType | |
System.Int32 | lives |
Fields
EventType
Declaration
public LivesEventTypes EventType
Field Value
Type | Description |
---|---|
LivesEventTypes |
Lives
Declaration
public int Lives
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
Trigger(LivesEventTypes, Int32)
Declaration
public static void Trigger(LivesEventTypes eventType, int lives = 0)
Parameters
Type | Name | Description |
---|---|---|
LivesEventTypes | eventType | |
System.Int32 | lives |