Commit 68200d8c by BellCodeEditor

auto save

parent 99b1848b
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@ class Hero: # 英雄类
def __init__(self, name): # 实例属性
self.name = name
self.level = 1
self.hp = 250
self.attack = 40
self.hp = 200
self.attack = 50
self.max_hp = self.hp
......
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