3 lines
80 B
Python
3 lines
80 B
Python
class GameState:
|
|
def __init__(self, players):
|
|
self.players = players |