Esempio n. 1
0
 /// <summary>
 /// Handles loading the <see cref="NPCSpawner"/>s on the map.
 /// </summary>
 /// <returns>The <see cref="NPCSpawner"/>s on the map.</returns>
 protected IEnumerable <NPCSpawner> LoadNPCSpawners()
 {
     return(NPCSpawner.LoadSpawners(this).ToCompact());
 }