This commit is contained in:
Renan LE CARO 2025-05-03 20:17:49 +02:00
parent 014aea003f
commit 9e12f62b81
8 changed files with 2189 additions and 2166 deletions

1
src/types.d.ts vendored
View file

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