6
StarHorizon_Public/Content.Shared/NPC/SharedNPCComponent.cs
2025-11-12 10:55:00 +03:00

10 lines
151 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.NPC;
[NetworkedComponent]
public abstract partial class SharedNPCComponent : Component
{
}