Commit 708702eb by BellCodeEditor

save project

parent 2d91ffee
Showing with 3 additions and 3 deletions
...@@ -7,12 +7,12 @@ class Hero(object): ...@@ -7,12 +7,12 @@ class Hero(object):
self.attack = 40 self.attack = 40
self.max_hp = self.hp self.max_hp = self.hp
class Hero(object): class Hero(kai):
def __init__(self, name): def __init__(self, name):
self.name = name self.name = name
self.level = 1 self.level = 1
self.hp = 250 self.hp = 600
self.attack = 40 self.attack = 100
self.max_hp = self.hp self.max_hp = self.hp
def cure(self): # 治疗 def cure(self): # 治疗
......
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