7 lines
No EOL
134 B
C#
7 lines
No EOL
134 B
C#
using System.Collections.Generic;
|
|
|
|
namespace WingsEmu.Plugins.Essentials.NPC;
|
|
|
|
public class BuffPackConfiguration : List<BuffPack>
|
|
{
|
|
} |