Commit 8399ae48 by BellCodeEditor

save project

parent 12752e00
Showing with 3 additions and 2 deletions
...@@ -2,4 +2,5 @@ class Hero: ...@@ -2,4 +2,5 @@ class Hero:
def __init__(self) def __init__(self)
self.level = 1 self.level = 1
self.HP = 300 self.HP = 300
self.attck = 200 self.attck = 200
\ No newline at end of file yase=Hero
\ No newline at end of file
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