serverside gamemanager can start game but fails on nontype subscription error
This commit is contained in:
@ -14,6 +14,7 @@ class Player:
|
||||
self.__handCards = []
|
||||
self.__deck = deck
|
||||
self.__id = random.randint(3, 99999)
|
||||
self.__mana = mana
|
||||
|
||||
def shuffleDeck(self):
|
||||
self.__deck = random.shuffle(self.__deck)
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user