2016/2/24
2016/2/27
if
(getWorld()
instanceof
StartMenu)
{
// whatever
}
else
// if (getWorld() instanceof GameWorld)
// something else
X