mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 01:43:37 +00:00
src/core/game/GameUpdates.ts
This commit is contained in:
@@ -14,7 +14,7 @@ import { TileRef, TileUpdate } from "./GameMap";
|
||||
|
||||
export interface GameUpdateViewData {
|
||||
tick: number;
|
||||
updates: GameUpdates | null;
|
||||
updates: GameUpdates;
|
||||
packedTileUpdates: BigUint64Array;
|
||||
playerNameViewData: Record<number, NameViewData>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user