mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-28 23:24:24 +00:00
use error update to show error modal
This commit is contained in:
@@ -10,6 +10,11 @@ export interface GameUpdateViewData {
|
||||
playerNameViewData: Record<number, NameViewData>;
|
||||
}
|
||||
|
||||
export interface ErrorUpdate {
|
||||
errMsg: string
|
||||
stack?: string
|
||||
}
|
||||
|
||||
export enum GameUpdateType {
|
||||
Tile,
|
||||
Unit,
|
||||
|
||||
Reference in New Issue
Block a user