mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-20 12:00:54 +00:00
move Game updates to GameUpdate.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createGameRunner, GameRunner } from "../GameRunner";
|
||||
import { GameUpdateViewData } from "../GameView";
|
||||
import { GameUpdateViewData } from '../game/GameUpdates';
|
||||
import {
|
||||
MainThreadMessage,
|
||||
WorkerMessage,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { PlayerActions, PlayerID, PlayerInfo, PlayerProfile } from "../game/Game";
|
||||
import { GameUpdateViewData } from "../GameView";
|
||||
import { GameUpdateViewData } from '../game/GameUpdates';
|
||||
import { GameConfig, GameID, Turn } from "../Schemas";
|
||||
import { generateID } from "../Util";
|
||||
import { WorkerMessage } from "./WorkerMessages";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { GameUpdateViewData } from "../GameView";
|
||||
import { GameUpdateViewData } from '../game/GameUpdates';
|
||||
import { GameConfig, GameID, Turn } from "../Schemas";
|
||||
import { PlayerActions, PlayerID, PlayerProfile } from "../game/Game";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user