6
StarHorizon_Public/Content.Shared/NPC/Systems/SharedNPCImprintingOnSpawnBehaviourSystem.cs
2025-12-27 15:27:38 +03:00

6 lines
130 B
C#

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