Esempio n. 1
0
 def __init__(self, player):
     Effect.__init__(self, player)
Esempio n. 2
0
 def __init__(self, player, card, color=None):
     Effect.__init__(self, player)
     self.card = card
     self.color = color if color else card.color
Esempio n. 3
0
 def __init__(self):
     Effect.__init__(self, None)
Esempio n. 4
0
 def __init__(self, winner):
     Effect.__init__(self, winner)
Esempio n. 5
0
 def __init__(self, player, cards):
     Effect.__init__(self, player)
     self._cards = cards