tutu
This commit is contained in:
@@ -44,10 +44,12 @@ class GameState:
|
||||
logging.info("Game ended")
|
||||
|
||||
def startIdleLoop(self):
|
||||
logging.info("Starting Idle Loop")
|
||||
asyncio.run(self.idleLoop())
|
||||
pass
|
||||
|
||||
def stopIdleLoop(self):
|
||||
logging.info("Stopping Idle Loop")
|
||||
self.isIdle.set()
|
||||
self.deactivate_all()
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user