コード例 #1
0
 def __init__(self, game: Game, ground_object: SamGroundObject) -> None:
     ground_object.skynet_capable = True
     super().__init__(game, ground_object)
コード例 #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] = []