variable initialization pylint

This commit is contained in:
Giulio 2022-03-25 01:05:23 +01:00
parent 11f916649d
commit e7a79b0858

View File

@ -83,6 +83,7 @@ class Player:
self.gold_rush_equipment: List[grc.ShopCard] = []
self.was_player = False
self.setaccio_count = 0
self.choose_action = ''
def join_game(self, game):
self.game = game