Files
tbd-station-14/Content.Shared/NPC/SharedNPCComponent.cs
metalgearsloth 0286b88388 NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-09-06 00:28:23 +10:00

10 lines
143 B
C#

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