예제 #1
0
 def __init__(self):
     """ Initialize the Species Factory """
     XmlFactory.__init__(self, "pokedex.xml")
예제 #2
0
 def __init__(self):
     """ Initialize the Species Factory """
     XmlFactory.__init__(self, "pokedex.xml")
예제 #3
0
 def __init__(self):
     """ Initialize the Trainer Factory """
     XmlFactory.__init__(self, "trainerdex.xml")
예제 #4
0
 def __init__(self):
     """ Initialize the Trainer Factory """
     XmlFactory.__init__(self, "trainerdex.xml")
예제 #5
0
 def __init__(self):
     """ Initialize the player factory """
     XmlFactory.__init__(self, "player.xml")
예제 #6
0
 def __init__(self):
     """ Initialize the player factory """
     XmlFactory.__init__(self, "player.xml")