mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-11 16:32:20 +00:00
move Game updates to GameUpdate.ts
This commit is contained in:
@@ -6,7 +6,7 @@ import { ClientID } from '../../../core/Schemas';
|
||||
import { EventBus } from '../../../core/EventBus';
|
||||
import { TransformHandler } from '../TransformHandler';
|
||||
import { MouseMoveEvent } from '../../InputHandler';
|
||||
import { GameView, PlayerView, UnitView } from '../../../core/GameView';
|
||||
import { GameView, PlayerView, UnitView } from '../../../core/game/GameView';
|
||||
import { TileRef } from '../../../core/game/GameMap';
|
||||
import { PauseGameEvent } from '../../Transport';
|
||||
import { renderNumber, renderTroops } from '../../Utils';
|
||||
|
||||
Reference in New Issue
Block a user