use error update to show error modal

This commit is contained in:
evanpelle
2025-01-23 19:40:52 -08:00
committed by Evan
parent 4bbb63fd48
commit d009ef925c
4 changed files with 35 additions and 13 deletions
+5
View File
@@ -10,6 +10,11 @@ export interface GameUpdateViewData {
playerNameViewData: Record<number, NameViewData>;
}
export interface ErrorUpdate {
errMsg: string
stack?: string
}
export enum GameUpdateType {
Tile,
Unit,