I've noticed that I can make Subclasses under a Subclass, but the question is: How do i reference the Subclasses under a Subclass?
(I just want to organise the Worlds and Actors better by a little bit by grouping them)
if (getWorld() instanceof MiniGame)
if (getWorld() instanceof MiniGame)
if (getWorld() instanceof MiniGame)