fix small stuff

This commit is contained in:
Viktor Rådberg
2023-08-02 16:11:39 +02:00
parent dc8985e88c
commit c43a2dfe98
5 changed files with 652 additions and 588 deletions

View File

@@ -1,5 +1,6 @@
export type Player = {
lifeTotal: number;
key?: number; // Deprecated, use index instead
index: number;
color: string;
settings: PlayerSettings;