Commit 02a4640b by BellCodeEditor

auto save

parent 273ebbf8
Showing with 1 additions and 1 deletions
class Hero: # 英雄类 class Hero : # 英雄类
def __init__(self, name): # 实例属性 def __init__(self, name): # 实例属性
self.name = name self.name = name
self.level = 1 self.level = 1
......
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