mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
transport mission stubs
This commit is contained in:
@@ -29,6 +29,10 @@ class NameGenerator:
|
||||
self.number += 1
|
||||
return "AWACS Unit {}".format(self.number)
|
||||
|
||||
def next_passenger_group_name(self):
|
||||
self.number += 1
|
||||
return "Infantry Unit {}".format(self.number)
|
||||
|
||||
|
||||
namegen = NameGenerator()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user