Files
crystall-punk-14/Content.Server/NPC/UI/NPCEui.cs

9 lines
103 B
C#
Raw Permalink Normal View History

using Content.Server.EUI;
namespace Content.Server.NPC.UI;
public sealed class NPCEui : BaseEui
{
}