server-master/srcs/_plugins/WingsEmu.Plugins.Essentials/NPC/BuffPackConfiguration.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
134 B
C#

using System.Collections.Generic;
namespace WingsEmu.Plugins.Essentials.NPC;
public class BuffPackConfiguration : List<BuffPack>
{
}