コード例 #1
0
ファイル: rarities.py プロジェクト: theysconator/PonyCardGame
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="free")
コード例 #2
0
ファイル: rarities.py プロジェクト: theysconator/PonyCardGame
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="epic")
コード例 #3
0
ファイル: rarities.py プロジェクト: theysconator/PonyCardGame
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="legendary")
コード例 #4
0
ファイル: rarities.py プロジェクト: theysconator/PonyCardGame
 def __init__(self, PonyCardGame):
     Rarity.__init__(self, PonyCardGame, name="common")