Files
tbd-station-14/Content.Server/NPC/UI/NPCEui.cs
metalgearsloth 0286b88388 NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-09-06 00:28:23 +10:00

9 lines
103 B
C#

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