Hi,
I’ve got a package of classes, one of which loads a config XML file and returns those values as public constants.
My main AS imports the entire package and regardless of extending my main class on said package or not, I get errors saying I’m accessing an undefined property (1120).
What am I missing here?
All thoughts appreciated!