Commit c9ed90d3 by BellCodeEditor

auto save

parent e6bdbab3
Showing with 1 additions and 1 deletions
class Hero: # 英雄类 0c1lass 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