Commit 0d6dc6fd by BellCodeEditor

save project

parent 70850cf8
Showing with 13 additions and 0 deletions
class Villain:
def __init__(self,name,Substitute_name,HP,Substitute_HP,ATK,Substitute_ATK,DEF,Substitute_DEF):
self.name = name
self.Substitute_name = Substitute_name
self.HP = HP
self.Substitute_HP = Substitute_HP
self.ATK = ATK
self.Substitute_ATK = Substitute_ATK
self.DEF = DEF
self.Substitute_DEF = Substitute_DEF
DIO = Villain('DIO','【世界】',200,400,100,300,200,260)
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