thread_split: have structure layer draw updated structures

This commit is contained in:
evanpelle
2025-01-22 16:45:33 -08:00
committed by Evan
parent 06fd66ae9e
commit ad06b14388
6 changed files with 12 additions and 27 deletions
-4
View File
@@ -389,10 +389,6 @@ export class GameImpl implements MutableGame {
return false
}
public fireUnitUpdateEvent(unit: Unit) {
this.addUpdate((unit as UnitImpl).toUpdate())
}
target(targeter: Player, target: Player) {
this.addUpdate({
type: GameUpdateType.TargetPlayer,