using System.Collections.Generic; namespace WingsEmu.Game.Quests.Configurations; public class SoundFlowerConfiguration { public HashSet SoundFlowerQuestVnums { get; set; } public HashSet WildSoundFlowerQuestVnums { get; set; } public HashSet PossibleBuffs { get; set; } }