squirrel-battle/dungeonbattle/entities/player.py
2020-10-16 18:31:49 +02:00

5 lines
106 B
Python

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