Added documentation for some classes again

This commit is contained in:
eichhornchen
2020-11-18 12:27:59 +01:00
parent 4c4a140a45
commit 6f9317fbc2
6 changed files with 40 additions and 62 deletions

View File

@ -5,6 +5,9 @@ from ..interfaces import FightingEntity
class Player(FightingEntity):
"""
The class of the player
"""
name = "player"
maxhealth: int = 20
strength: int = 5