Commit a6d04a61 by BellCodeEditor

save project

parent 60dd2fb7
Showing with 8 additions and 0 deletions
class player(hero):
def _innit_(self,name):
super()._init_(name)
self.hp = 200
self.attack = 60
print("玩家"+self.name+"创建成功")
\ 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