Null Object Reference Error Problem
Hello, I'm having a problem with a class(_gameModel), being instantiated in another class(_gameController), and when I try to reference the _gameModel class in the _gameController class I get a null Object reference error even though I know that the class is instantiated at the top of the _gameController class page. I thought that if it was instantiated in the class then I wouldn't have this problem but I am. Anyone know what the problem is? thanks
