Commit 93216cc5 by BellCodeEditor

auto save

parent 0e5a5fa2
Showing with 0 additions and 2 deletions
......@@ -31,7 +31,5 @@ class Player(Hero): # 玩家英雄
print("角色"+self.name+"创建成功,英雄类型为:",self.hero_type)
print("玩家的等级,血量,攻击力为:",self.level,self.hp,self.attack)
houyi = Player("后羿","射手")
yase = Hero("垭瑟")
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