Beispiel #1
0
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="free")
Beispiel #2
0
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="epic")
Beispiel #3
0
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="legendary")
Beispiel #4
0
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="common")