Commit 4ed635ad by BellCodeEditor

save project

parent d8ecd223
Showing with 1 additions and 1 deletions
...@@ -19,7 +19,7 @@ class Hero(): ...@@ -19,7 +19,7 @@ class Hero():
print(info) print(info)
exit() exit()
class Player(Hero): class Player(Hero):
super().__init__(name,level) super().__init__(name)
name.hp -= 50 name.hp -= 50
name.attack += 20 name.attack += 20
yase = Player("垭瑟") yase = Player("垭瑟")
......
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