mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
The routes do not need be be recreated each time we create a `FrontLine`. The front lines follow the convoy routes, which are static. Add the convoy route data to the `ControlPoint` the way we do for shipping lanes and have `FrontLine` load the data from there.
7 lines
202 B
Python
7 lines
202 B
Python
from .base import *
|
|
from .conflicttheater import *
|
|
from .controlpoint import *
|
|
from .frontline import FrontLine
|
|
from .missiontarget import MissionTarget
|
|
from .theatergroundobject import SamGroundObject
|