Story 3.2 done

This commit is contained in:
2026-05-23 18:23:48 +02:00
parent d175f92806
commit a1e8886fce
66 changed files with 18258 additions and 1650 deletions
+7
View File
@@ -18,3 +18,10 @@ declare const ui: {
error(msg: string): void;
};
};
declare const game: {
user?: {
getFlag?(scope: string, key: string): unknown;
setFlag?(scope: string, key: string, value: unknown): Promise<void>;
};
};