squirrel-battle/dungeonbattle/entities/player.py

6 lines
107 B
Python

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