Table of Contents

Struct GameSavedEvent

Namespace
Core.Systems
Assembly
Core.dll

Event emitted when a game is successfully saved to a file

public struct GameSavedEvent : IGameEvent
Implements

Fields

CurrentTick

public ulong CurrentTick

Field Value

ulong

SaveName

public string SaveName

Field Value

string

Properties

TimeStamp

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

public float TimeStamp { readonly get; set; }

Property Value

float