コード例 #1
0
 def __init__(self, row: int, col: int):
   Monster.__init__(self, row, col)
   RandomAgent.__init__(self, self)
コード例 #2
0
 def __init__(self, row: int, col: int):
     MapEntity.__init__(self, row, col, 4, EntityType.MOUSE)
     RandomAgent.__init__(self, self)