Checkpoint current UI and ink integration state
This commit is contained in:
Vendored
+6
@@ -9,6 +9,8 @@ export declare class InkEngine {
|
||||
private readonly storyPath;
|
||||
private story;
|
||||
private nextTurnId;
|
||||
private storyJson;
|
||||
private readonly choicePreviewTagKeys;
|
||||
constructor(storyPath: string);
|
||||
isRunning(): boolean;
|
||||
newGame(): TurnResult;
|
||||
@@ -17,4 +19,8 @@ export declare class InkEngine {
|
||||
loadGame(savedState: string): TurnResult;
|
||||
private loadStory;
|
||||
private continueStory;
|
||||
private getChoiceTags;
|
||||
private extractChoicePreviewTags;
|
||||
private resolveInkPath;
|
||||
private isNamedContainerMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user