mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-23 05:53:17 +00:00
build worker messaging system
This commit is contained in:
@@ -361,10 +361,6 @@ export class TileEvent implements GameEvent {
|
||||
constructor(public readonly tile: Tile, public readonly borderOnlyChange: boolean = false) { }
|
||||
}
|
||||
|
||||
export class PlayerEvent implements GameEvent {
|
||||
constructor(public readonly player: Player) { }
|
||||
}
|
||||
|
||||
export class UnitEvent implements GameEvent {
|
||||
constructor(public readonly unit: Unit, public oldTile: Tile) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user