Commit da1f6419 by BellCodeEditor

save project

parent 786455bb
Showing with 8 additions and 2 deletions
...@@ -21,4 +21,10 @@ class player(hero): ...@@ -21,4 +21,10 @@ class player(hero):
def__init__(self,name): def__init__(self,name):
super().__init__(name): super().__init__(name):
self.hp=200 self.hp=200
self.attack = 50 self.attack = 50
\ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment