1
0

NPCComponent.cs 127 B

12345678
  1. using Content.Shared.NPC;
  2. namespace Content.Client.NPC;
  3. public abstract partial class NPCComponent : SharedNPCComponent
  4. {
  5. }