Coding
How to access a class’ private members from a nested class?
I’m working on a small 2D terrain generator and I have an Eater class that I use to remove walls in the generation of my terrain. It is a nested class inside my main Game1 Read more…