Table of Contents

Struct CountryColorChangedEvent

Namespace
Core.Systems
Assembly
Core.dll
public struct CountryColorChangedEvent : IGameEvent
Implements

Fields

CountryId

public ushort CountryId

Field Value

ushort

NewColor

public Color32 NewColor

Field Value

Color32

OldColor

public Color32 OldColor

Field Value

Color32

Properties

TimeStamp

Timestamp when the event was emitted (set automatically by EventBus).

public float TimeStamp { readonly get; set; }

Property Value

float