Move NavMesh out of MapModel.

This commit is contained in:
Dan Albert
2022-02-22 18:47:51 -08:00
parent 1a9930b93a
commit 0e6a303c17
15 changed files with 108 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
from asyncio import Queue
from game.sim.gameupdateevents import GameUpdateEvents
from game.sim import GameUpdateEvents
class EventStream: