fix random interval

This commit is contained in:
Viktor Rådberg
2024-03-16 21:59:24 +01:00
parent a90dd7c9ea
commit 905912a7fd
8 changed files with 167 additions and 61 deletions

View File

@@ -5,6 +5,7 @@ export type Player = {
settings: PlayerSettings;
commanderDamage: CommanderDamage[];
extraCounters: ExtraCounter[];
isStartingPlayer: boolean;
hasLost: boolean;
isSide: boolean;
};