Commit 00130cd9 by BellCodeEditor

save project

parent d77ec553
Showing with 1 additions and 1 deletions
class Hero: class Hero:
def __init__(self,fun,fun1,fun2): def __init__(self,fun,fun1,fun2):
sf.elf.level=1 self.level=1
self.name=fun self.name=fun
self.hp=fun1 self.hp=fun1
self.attack=fun2 self.attack=fun2
......
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