so I've recently started learning java but I'm having a little problem:
OrcMage.health -= 80;
but if you saw all of my code, you'd see that I use the OrcMage class a lot, and I still have a lot to go. Would it be possible to create something like a namespace so I could type health -= 80;
instead?