Beispiel #1
0
 internal static void DestroyWorld(World world)
 {
     _worlds[world.Id] = null;
     IdDispatcher.Free(world.Id);
 }