Deactivate credit while play
This commit is contained in:
@@ -19,6 +19,7 @@ class GameState:
|
||||
|
||||
def nextPlayer(self):
|
||||
self.currentPlayer = next(self.players)
|
||||
self.isPlaying = True
|
||||
|
||||
@property
|
||||
def currentPlayer(self):
|
||||
|
||||
Reference in New Issue
Block a user