Hi!
I got a class called AIBrain
it got some important stuff in the constructor, and I need it to call when my class Tank
is constructed.
Problem is that it doesnt.
I can't do super.blahblah() because AIBrain extends AbstractAppState..
Anyways, how do I call the contructor method in AIBrain from the contructor in Tank that extends AIBrain?
