squirrel-battle/dungeonbattle/entities/player.py

7 lines
108 B
Python
Raw Normal View History

from ..interfaces import FightingEntity
2020-11-06 14:33:26 +00:00
class Player(FightingEntity):
maxhealth = 20
strength = 5