mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move TGOs out of MapModel.
This commit is contained in:
@@ -4,10 +4,11 @@ from .database import Database
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from game.ato import Flight
|
||||
from game.theater import FrontLine
|
||||
from game.theater import FrontLine, TheaterGroundObject
|
||||
|
||||
|
||||
class GameDb:
|
||||
def __init__(self) -> None:
|
||||
self.flights: Database[Flight] = Database()
|
||||
self.front_lines: Database[FrontLine] = Database()
|
||||
self.tgos: Database[TheaterGroundObject] = Database()
|
||||
|
||||
Reference in New Issue
Block a user