Commit 0523c879 by BellCodeEditor

save project

parent bc7315fd
Showing with 2 additions and 1 deletions
......@@ -31,5 +31,5 @@ class Player(Hero): # 玩家英雄
print("角色"+self.name+"类型:",self.hero_type)
print("级、血、攻",self.level,self.hp,self.attack)
houyi = Player("后羿")
houyi = Player("后羿","射手")
yase=Hero("垭色")
\ No newline at end of file
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