dcs-retribution/theater/frontline.py
walterroach c1f88b4a5f frontline refactoring
`FrontLine` is tightly coupled with `ConflictTheater`.
  Moved into the same module to prevent circular imports.

Moved `ConflictTheater.frontline_data` from class var
to instance var to allow save games to have different
versions of frontlines.
2020-11-15 22:08:18 -06:00

2 lines
117 B
Python

"""Only here to keep compatibility for save games generated in version 2.2.0"""
from theater.conflicttheater import *