Commit 44a46790 by BellCodeEditor

save project

parent 023fd0e0
Showing with 3 additions and 3 deletions
class Hero(): class Hero():
def __init__(self,hp,defense,attck): def __init__(self,hp,defense,attck):
self.level=level self.level=1
self.hp=hp self.hp=hp
self.defense=defense self.defense=defense
self.attck=attck self.attck=attck
Chen = Hero(1229,257,249) Chen = Hero(1229,257,249)
Hoshiguma=Hero(1602,154,221) Hoshiguma = Hero(1602,154,221)
\ No newline at end of file \ 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