Struct CountrySystemInitializedEvent
Country-related events for EventBus Extracted from CountrySystem.cs for better organization
public struct CountrySystemInitializedEvent : IGameEvent
- Implements
Fields
CountryCount
public int CountryCount
Field Value
- int
Properties
TimeStamp
Timestamp when the event was emitted (set automatically by EventBus).
public float TimeStamp { readonly get; set; }
Property Value
- float