mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-19 14:47:22 +00:00
build worker messaging system
This commit is contained in:
@@ -29,7 +29,7 @@ export class GameRunner {
|
||||
private playerToName = new Map<PlayerID, NameViewData>()
|
||||
|
||||
constructor(
|
||||
private game: MutableGame,
|
||||
public game: MutableGame,
|
||||
private eventBus: EventBus,
|
||||
private execManager: Executor,
|
||||
private callBack: (gu: GameUpdateViewData) => void
|
||||
|
||||
Reference in New Issue
Block a user