Commit af44ea2d by BellCodeEditor

save project

parent fcae0ead
Showing with 9 additions and 0 deletions
......@@ -14,3 +14,12 @@ class Cat:
role = Cat()
role.skill("老鼠")
def __init__(self):
self.hp = 4
self.xp = 2
def __init__(self):
self.hp = 5
self.xp = 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