Exemple #1
0
 def find_or_create(name):
     return Constant.find_or_create(SpellTrapProperty, name)
Exemple #2
0
 def find_or_create(name):
     return Constant.find_or_create(Rarity, name)
Exemple #3
0
 def find_or_create(name):
     return Constant.find_or_create(CardStatus, name)
Exemple #4
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterType, name)
Exemple #5
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterAttribute, name)
Exemple #6
0
 def find_or_create(name):
     return Constant.find_or_create(SpellTrapProperty, name)
Exemple #7
0
 def find_or_create(name):
     return Constant.find_or_create(CardType, name)
Exemple #8
0
 def find_or_create(name):
     return Constant.find_or_create(CardStatus, name)
Exemple #9
0
 def find_or_create(name):
     return Constant.find_or_create(Rarity, name)
Exemple #10
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterAttribute, name)
Exemple #11
0
 def find_or_create(name):
     return Constant.find_or_create(MonsterType, name)
Exemple #12
0
 def find_or_create(name):
     return Constant.find_or_create(CardType, name)