public static void DestroyWorld(WorldBase world)
 {
     world.Dispose();
     s_worldList.Remove(world);
 }