This commit is contained in:
Renan LE CARO 2025-05-03 20:22:25 +02:00
parent 9e12f62b81
commit 892f800107
14 changed files with 2866 additions and 2840 deletions

2
src/types.d.ts vendored
View file

@ -283,7 +283,7 @@ export type GameState = {
rerolls: number;
creative: boolean;
startParams: RunParams;
startCountDown:number;
startCountDown: number;
};
export type RunParams = {