Commit 6a5cb2ec by BellCodeEditor

save project

parent e8816d23
Showing with 2 additions and 1 deletions
......@@ -3,7 +3,8 @@ class Hero(object):
def __init__(self, name):
self.name = name
self.level = 1
self.hp = 25000
self.hp = 2500
self.max_hp = self.hp
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