Hey guys,
I have a class which is called Player1Info and I need to have an object created form that class which can be accessed by all the other classes in my app. I have tried to implement multiple solutions including Singletons and global variables, but I cannot get any of them to work. Does anyone know how to do this?
Thanks
Clinton Walsh