stand stable 0.1 amendment and add some info
This commit is contained in:
@@ -47,6 +47,7 @@ class World:
|
||||
self.their_team_players: list[OtherRobot] = [OtherRobot(is_teammate=False) for _ in
|
||||
range(self.MAX_PLAYERS_PER_TEAM)]
|
||||
self.field: Field = self.__initialize_field(field_name=field_name)
|
||||
self.WORLD_STEPTIME: float = 0.005 # Time step of the world in seconds
|
||||
|
||||
def update(self) -> None:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user