Add Ink session recovery and Coolify Docker support
This commit is contained in:
Vendored
+2
@@ -16,7 +16,9 @@ export declare class InkEngine {
|
||||
newGame(): TurnResult;
|
||||
chooseChoice(choiceIndex: number): TurnResult;
|
||||
saveGame(): string;
|
||||
resumeGame(savedState: string): void;
|
||||
loadGame(savedState: string): TurnResult;
|
||||
private restoreState;
|
||||
private loadStory;
|
||||
private continueStory;
|
||||
private getChoiceTags;
|
||||
|
||||
Reference in New Issue
Block a user