move Game updates to GameUpdate.ts

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent 375326ed64
commit 4bbb63fd48
31 changed files with 202 additions and 180 deletions
@@ -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';