示例#1
0
 def __init__(self, x, y):
     self.trader = npc.Trader()
     super().__init__(x, y)
示例#2
0
 def __init__(self, x, y):
     super().__init__(x, y)
     self.npc = npc.Trader()