using System.Collections.Generic; namespace WingsEmu.Game.Configurations; public class GeneralQuestsConfiguration { public HashSet GeneralQuests { get; set; } }