Commit 149a32ba by BellCodeEditor

save project

parent 0153a3f8
Showing with 4 additions and 9 deletions
...@@ -20,11 +20,6 @@ class Hero(object): ...@@ -20,11 +20,6 @@ class Hero(object):
class player(hero): 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