Can anyone help me. I need to make a new Parent class but I cannot figure out how. I can make a new class and select an already made parent class. But how to I make a new one?
s
shea brennan
07/16/2024, 6:32 PM
a parent class is just a class. create the class you want to be a new parent. then modify whichever classes you need, set the 'parent class' to the one you created.
g
Gregory
07/16/2024, 6:59 PM
Oh wow. Thanks. haha. This was driving me crazy!!! omg thanks