mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Move NavMesh out of MapModel.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
from game import Game
|
||||
from qt_ui.models import GameModel
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from game import Game
|
||||
from qt_ui.models import GameModel
|
||||
|
||||
|
||||
class GameContext:
|
||||
|
||||
Reference in New Issue
Block a user