Struct GameStateInitializedEvent
- Namespace
- Core
- Assembly
- Core.dll
Core events for GameState lifecycle
public struct GameStateInitializedEvent : IGameEvent
- Implements
Properties
TimeStamp
Timestamp when the event was emitted (set automatically by EventBus).
public float TimeStamp { readonly get; set; }
Property Value
- float