6 lines
130 B
C#
6 lines
130 B
C#
|
|
namespace Content.Shared.NPC.Systems;
|
||
|
|
|
||
|
|
public abstract partial class SharedNPCImprintingOnSpawnBehaviourSystem : EntitySystem
|
||
|
|
{
|
||
|
|
}
|