mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Generate AA & armor to defend airbase. Destruction status correctly tracked.
This commit is contained in:
@@ -6,9 +6,9 @@ from dcs.point import PointAction
|
||||
from dcs.unit import Vehicle
|
||||
|
||||
|
||||
class AntiAirGroupGenerator():
|
||||
class GroupGenerator():
|
||||
|
||||
def __init__(self, game, ground_object, group_object_group_id):
|
||||
def __init__(self, game, ground_object):
|
||||
self.game = game
|
||||
self.go = ground_object
|
||||
self.position = ground_object.position
|
||||
|
||||
Reference in New Issue
Block a user