Commit 56b1cfa8 by BellCodeEditor

save project

parent 62807b76
Showing with 1 additions and 0 deletions
......@@ -34,6 +34,7 @@ class Sans:
class Sanses(Sans):
def __init__(self,AT,HP,HUP,AUP,name):
super().__init__(AT,HP,HUP,AUP,name)
self.Attack=AT
Outer = Sans(30,50,20,20,'Outer!Sans')
......
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