Skip to content

Commit b35aefa

Browse files
authored
update app interface
1 parent b325a5c commit b35aefa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appconfig.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ namespace user_interface_base {
55
export interface AppInterface {
66
pushScene(scene: Scene): void
77
popScene(): void
8+
save(slot: string, buffer: Buffer): boolean
9+
load(slot: string): Buffer
810
}
911
}

0 commit comments

Comments
 (0)