squirrel-battle/dungeonbattle/entities/player.py
Yohann D'ANELLO 8ccb74ea54 Linting
2020-11-06 15:33:26 +01:00

7 lines
108 B
Python

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