Commit 00bf3c01 by BellCodeEditor

save project

parent a6872204
Showing with 2 additions and 0 deletions
......@@ -3,6 +3,8 @@ class One:
fff.hp=hp
fff.harm=harm
fff.level = level
fff=One()
f=One('f',300,20,1)
c=One('c',300,20,1)
print('fff',f.hp)
......
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