mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
base mission generation framework
This commit is contained in:
11
theater/base.py
Normal file
11
theater/base.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import typing
|
||||
import dcs
|
||||
|
||||
from .controlpoint import *
|
||||
|
||||
from dcs.planes import *
|
||||
from dcs.vehicles import *
|
||||
|
||||
class Base:
|
||||
aircraft = [] # type: typing.Dict[PlaneType, int]
|
||||
armor = [] # type: typing.Dict[Armor, int]
|
||||
Reference in New Issue
Block a user