Merging from api
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
from entity import Entity
|
||||
# Game imports
|
||||
from entities.entity import Entity
|
||||
|
||||
class Player(Entity):
|
||||
def __init__(self, name, strength, dexterity, intelligence, wisdom, charisma, hp, armor, speed, equipped_item=None):
|
||||
super().__init__(name, strength, dexterity, intelligence, wisdom, charisma, hp, armor, speed, equipped_item)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user