server-master/srcs/WingsAPI.Game/Quests/Configurations/SoundFlowerConfiguration.cs
2026-02-10 18:21:30 +01:00

10 lines
No EOL
303 B
C#

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