super.addToWorld();
content.add(new FoundGirl());
content.add(new DadNPC());
content.add(new MakeupArtist());
content.add(new PaperChaseSign());
content.add(new TicTacToeGame());
content.add(new NineSwitchesGame());
// add it to the world
for (LoadableContent loadableContent : content) {