Merge remote-tracking branch 'upstream/develop' into new-plugin-system

This commit is contained in:
David Pierron
2020-10-14 09:01:37 +02:00
5 changed files with 74 additions and 28 deletions

View File

@@ -427,6 +427,13 @@ class Game:
return False
return True
def get_culling_points(self):
"""
Check culling points
:return: List of culling points
"""
return self.__culling_points
# 1 = red, 2 = blue
def get_player_coalition_id(self):
return 2