Commit 531bc510 by BellCodeEditor

save project

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