variable initialization pylint
This commit is contained in:
parent
11f916649d
commit
e7a79b0858
@ -83,6 +83,7 @@ class Player:
|
|||||||
self.gold_rush_equipment: List[grc.ShopCard] = []
|
self.gold_rush_equipment: List[grc.ShopCard] = []
|
||||||
self.was_player = False
|
self.was_player = False
|
||||||
self.setaccio_count = 0
|
self.setaccio_count = 0
|
||||||
|
self.choose_action = ''
|
||||||
|
|
||||||
def join_game(self, game):
|
def join_game(self, game):
|
||||||
self.game = game
|
self.game = game
|
||||||
|
Loading…
Reference in New Issue
Block a user