mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add CTLD zones to AOD campaign + version bump
This commit is contained in:
@@ -3,11 +3,12 @@ from __future__ import annotations
|
||||
import random
|
||||
from typing import Union, TYPE_CHECKING, Tuple
|
||||
|
||||
from game.theater.interfaces.CTLD import CTLD
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from dcs import Point
|
||||
|
||||
from game.theater import ControlPoint
|
||||
from game.theater.interfaces.CTLD import CTLD
|
||||
|
||||
|
||||
def generate_random_ctld_point(cp: Union[ControlPoint, CTLD]) -> Point:
|
||||
|
||||
Reference in New Issue
Block a user