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