build worker messaging system

This commit is contained in:
evanpelle
2025-02-01 12:05:11 -08:00
committed by Evan
parent b260aa0441
commit 8a320f184c
8 changed files with 226 additions and 60 deletions
+1 -1
View File
@@ -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