SavedGame
⚠️
This page is under construction.
⚠️
Beta feature, subject to change.
interface SavedGame {
name: string;
meta: {
created: number;
updated: number;
};
game: Record<string, any>;
}
This page is under construction.
Beta feature, subject to change.
interface SavedGame {
name: string;
meta: {
created: number;
updated: number;
};
game: Record<string, any>;
}