public static void Remove(WorldCon worldCon) { WorldCons.Remove(worldCon); if (WorldCons.Count == 0) { Close(); } }