mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-09 08:43:13 +00:00
thread_split: have structure layer draw updated structures
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user