SharedNPCImprintingOnSpawnBehaviourSystem.cs 130 B

12345
  1. namespace Content.Shared.NPC.Systems;
  2. public abstract partial class SharedNPCImprintingOnSpawnBehaviourSystem : EntitySystem
  3. {
  4. }