Delta-v/Content.Shared/NPC/Systems/SharedNPCSystem.cs

6 lines
104 B
C#

namespace Content.Shared.NPC.Systems;
public abstract partial class SharedNPCSystem : EntitySystem
{
}