Story 3.2 done
This commit is contained in:
Vendored
+7
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user