Commit 7ab7c34b by BellCodeEditor

auto save

parent beb166ed
Showing with 3 additions and 1 deletions
import random
class Hero(object):
class HeHero(object):
def __init__(self, name):
self.name = name
self.level = 1
......@@ -66,6 +66,7 @@ while True:
yase.cure()
else:
yase.combat(houyi)
\ 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