2020-10-16 17:58:00 +02:00

5 lines
106 B
Python

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