dcs-retribution/theater/start_generator.py
2018-06-02 22:35:17 +03:00

12 lines
199 B
Python

import typing
import random
import dcs
from theater.controlpoint import *
from theater.base import *
from theater.conflicttheater import *
def generate_initial(theater: ConflictTheater):
pass