Commit 87bfc736 by BellCodeEditor

save project

parent aa77d77d
Showing with 17 additions and 2 deletions
......@@ -13,4 +13,20 @@ class Cat:
??
role = Cat()
role.skill("老鼠")
\ No newline at end of file
role.skill("老鼠")
class Player(Hero):
def_init_(self,nae,hero,type):
super() _init_
class Player(Hero):
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