js kinda sucks a lot

This commit is contained in:
iamBadgers
2024-06-11 17:00:30 -07:00
parent 26b4c5c4e9
commit 981efcadb2
4 changed files with 23 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ export interface Character {
role: string
status: string
lastGame: number
creationDate: number
}
export interface GameStats {