7 lines
108 B
Python
7 lines
108 B
Python
from ..interfaces import FightingEntity
|
|
|
|
|
|
class Player(FightingEntity):
|
|
maxhealth = 20
|
|
strength = 5
|