Update the character list to use the server side table stuff

This commit is contained in:
iamBadgers
2024-06-09 19:11:41 -07:00
parent aa4f17df06
commit 1544117aae
5 changed files with 65 additions and 47 deletions

View File

@@ -28,7 +28,7 @@ export interface GameStats {
Events: number
AverageIP: number
AverageEB: number
TotalIP: number,
TotalIP: number
TotalEB: number
}
@@ -43,7 +43,7 @@ export interface GameCharacter {
characterName: string
gameId: number
gameTite: string
pickedCharacter?:Character
pickedCharacter?: Character
appliedCharacter?: Character
}