Files
crystall-punk-14/Content.Client/NPC/NPCComponent.cs

9 lines
119 B
C#
Raw Normal View History

using Content.Shared.NPC;
namespace Content.Client.NPC;
public abstract class NPCComponent : SharedNPCComponent
{
}