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