An example of item
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from ..interfaces import FightingEntity
|
||||
|
||||
class Monster(FightingEntity):
|
||||
def behaviour(self, map):
|
||||
def act(self, map):
|
||||
pass
|
||||
|
||||
class Squirrel(Monster):
|
||||
|
Reference in New Issue
Block a user