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