Struct ProvinceOwnershipChangedEvent
public struct ProvinceOwnershipChangedEvent : IGameEvent
- Implements
Fields
NewOwner
public ushort NewOwner
Field Value
- ushort
OldOwner
public ushort OldOwner
Field Value
- ushort
ProvinceId
public ushort ProvinceId
Field Value
- ushort
Properties
TimeStamp
Timestamp when the event was emitted (set automatically by EventBus).
public float TimeStamp { readonly get; set; }
Property Value
- float