Hello,
Basically, I have a class with a couple of methods in it, and I have a second class which extends it.
I’m trying to access a method that’s in the base class within the second class file, and whenever I try to compile, it throws an error my way.
Call to a possibly undefined method stillOnPlatform.
As a last resort, I could override the functions I need into the file, but it might be nice to see where I’m going wrong nonetheless.
Thank in advance. :D