Commit 4d113e09 by BellCodeEditor

save project

parent 5d1a2cff
Showing with 15 additions and 0 deletions
class Hero:
def __init__(self, name):
self.level = 1
self.hp = 3500
self.attack = 388
self.name = name
def combat(self,enemy):
eneny.py
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