I want to call the method of the abstract class from the abstract class called by the inherited class.
Abstract class:
public abstract class Abstract {
protected void updateMotionY(flo
I want to call the method of the abstract class from the abstract class called by the inherited class.
Abstract class:
public abstract class Abstract {
protected void updateMotionY(flo