mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-25 08:18:48 +00:00
use updates for serializing game updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { PlayerID, Tile } from "../game/Game";
|
||||
import { GameUpdateViewData, PlayerActions, PlayerInteraction } from "../GameView";
|
||||
import { PlayerActions, PlayerID, Tile } from "../game/Game";
|
||||
import { GameUpdateViewData } from "../GameView";
|
||||
import { GameConfig, GameID, Turn } from "../Schemas";
|
||||
import { generateID } from "../Util";
|
||||
import { WorkerMessage } from "./WorkerMessages";
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { GameUpdateViewData, PlayerActions, PlayerInteraction } from "../GameView";
|
||||
import { GameUpdateViewData } from "../GameView";
|
||||
import { GameConfig, GameID, Turn } from "../Schemas";
|
||||
import { PlayerID } from "../game/Game";
|
||||
import { PlayerActions, PlayerID } from "../game/Game";
|
||||
|
||||
export type WorkerMessageType =
|
||||
| 'init'
|
||||
|
||||
Reference in New Issue
Block a user