mClass will hold the variable cc. it will also hold the variable bb. it will then pass cc to bb.
cc will just be a data class that loads some data from a text file and holds it. multiple objects will be using this data. mClass is basically the MAIN class. its gonna hold the data (cc) and pass it to all the objects that needs to use and modify it (bb being one of those).
it may be confusing im just not sure how to explain it any better.
I think im getting the results i want. I just feel like I should be using references.