Commit a41fc37d by BellCodeEditor

auto save

parent 7660a965
Showing with 9 additions and 0 deletions
class Hero:
def __init__(self,name):
self.level = 25
self.hp = 9999999999
self.attsck = 9999999999
self.name = name
def combat(self,enemy):
info1 = self.name+'对'+enemy.name+''
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