We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffec8e4 commit 86a4d6eCopy full SHA for 86a4d6e
gamehandler.py
@@ -9,8 +9,7 @@
9
__author__ = 'Rico'
10
11
12
-# game_handler handles the blackJack-game-objects. When a new object is created, it is saved in "GameList"
13
-# get_index_by_chatid returns the index of a running game in the list
+# game_handler handles the blackJack-game-objects. When a new game is created, it is saved in the "game_list"
14
class GameHandler(object):
15
GameList = [] # List, where the running Games are stored in
16
0 commit comments