Ejemplo n.º 1
0
 def __init__(self, x, y):
     self.trader = npc.Trader()
     super().__init__(x, y)
Ejemplo n.º 2
0
 def __init__(self, x, y):
     super().__init__(x, y)
     self.npc = npc.Trader()