Пример #1
0
 public static int CountLoadedWorlds()
 {
     return(WorldList.Count(world => (world.Map != null)));
 }