Struct CountryColorChangedEvent
public struct CountryColorChangedEvent : IGameEvent
- Implements
Fields
CountryId
public ushort CountryId
Field Value
- ushort
NewColor
public Color32 NewColor
Field Value
OldColor
public Color32 OldColor
Field Value
Properties
TimeStamp
Timestamp when the event was emitted (set automatically by EventBus).
public float TimeStamp { readonly get; set; }
Property Value
- float