Commit e6d83422 by BellCodeEditor

save project

parent e8905a89
Showing with 2 additions and 2 deletions
return return random
# 英雄角色类 # 英雄角色类
class Hero(object): class Hero(object):
def __init__(self, name): def __init__(self, name):
...@@ -36,7 +36,7 @@ if num=='q': ...@@ -36,7 +36,7 @@ if num=='q':
print('') print('')
break break
elif num=='1': elif num=='1':
houyi.combat
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