Exemplo n.º 1
0
 def __init__(self, game: Game, ground_object: SamGroundObject) -> None:
     ground_object.skynet_capable = True
     super().__init__(game, ground_object)
Exemplo n.º 2
0
    def __init__(self, game: Game, ground_object: SamGroundObject) -> None:
        ground_object.skynet_capable = True
        super().__init__(game, ground_object)

        self.auxiliary_groups: List[VehicleGroup] = []