Commit 0034cfe7 by BellCodeEditor

save project

parent f47689a4
Showing with 14 additions and 0 deletions
class Villain:
def __init__(self,name,Substitute_name,HP,Substitute_HP,ATK,Substitute_ATK,DEF,Substitute_DEF):
self.name =
self.Substitute_name =
self.HP = 200
self.Substitute_HP = 400
self.ATK = 100
self.Substitute_ATK = 300
self.DEF = 200
self.Substitute_DEF = 300
DIO = Villain()
\ 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