1
This commit is contained in:
@@ -34,6 +34,8 @@ export interface GameState {
|
||||
worldType: WorldType | null;
|
||||
customWorldProfile: CustomWorldProfile | null;
|
||||
playerCharacter: Character | null;
|
||||
runtimeSessionId?: string | null;
|
||||
runtimeActionVersion?: number;
|
||||
runtimeStats: GameRuntimeStats;
|
||||
currentScene: string;
|
||||
storyHistory: StoryMoment[];
|
||||
|
||||
Reference in New Issue
Block a user