squirrel-battle/dungeonbattle/entities/player.py

7 lines
108 B
Python

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