Commit 9c84ffe8 by BellCodeEditor

auto save

parent 3a597402
Showing with 6 additions and 0 deletions
...@@ -8,3 +8,9 @@ yase=Hero("鸭塞",300,20) ...@@ -8,3 +8,9 @@ yase=Hero("鸭塞",300,20)
hoye=Hero("侯爷",240,23) hoye=Hero("侯爷",240,23)
print("鸭塞",yase.hp) print("鸭塞",yase.hp)
print("侯爷",hoye.hp) print("侯爷",hoye.hp)
def upgrade:
yase.level=
yase.name=name
yase.hp=hp
yase.attack=attack
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