squirrel-battle/dungeonbattle/entities/player.py

5 lines
106 B
Python
Raw Normal View History

from ..interfaces import FightingEntity
class Player(FightingEntity):
maxhealth = 20
strength = 5