mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
@@ -56,6 +56,7 @@ class Campaign:
|
||||
data: Dict[str, Any]
|
||||
path: Path
|
||||
advanced_iads: bool
|
||||
settings: Dict[str, Any]
|
||||
|
||||
@classmethod
|
||||
def from_file(cls, path: Path) -> Campaign:
|
||||
@@ -108,6 +109,7 @@ class Campaign:
|
||||
data,
|
||||
path,
|
||||
data.get("advanced_iads", False),
|
||||
data.get("settings", {}),
|
||||
)
|
||||
|
||||
def load_theater(self, advanced_iads: bool) -> ConflictTheater:
|
||||
|
||||
Reference in New Issue
Block a user