Commit f9368e12 by BellCodeEditor

auto save

parent 6aea6eb6
Showing with 1 additions and 1 deletions
class Hero: class Hero:
def __int__(self): def __init__(self):
self.name('XXX') self.name('XXX')
self.hp=999 self.hp=999
self.at=9999 self.at=9999
......
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