using System; using System.Collections.Generic; using System.Text; namespace MoreLevelContent.Shared.Generation.Interfaces { interface IGenerateNPCs { void SpawnNPCs(); } }