Commit fcb9f45d by BellCodeEditor

auto save

parent 9eff1d9c
Showing with 1 additions and 0 deletions
......@@ -27,6 +27,7 @@ class Player(Hero): # 玩家英雄
super().__init__(name)
self.hp=500
self.attack=100
print()
player = Player("后羿")
......
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