mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-18 00:37:59 +00:00
fix errors and warnings
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export type Player = {
|
||||
lifeTotal: number;
|
||||
key?: number; // Deprecated, use index instead
|
||||
index: number;
|
||||
color: string;
|
||||
settings: PlayerSettings;
|
||||
|
||||
Reference in New Issue
Block a user