Files
wwdpublic/Content.Shared/NPC/Components/NpcFactionSpriteStateSetterComponent.cs
Timfa 0df12ec24a Gladiabot (#1548)
Co-authored-by: stellar-novas <stellar_novas@riseup.net>
Co-authored-by: RedFoxIV <38788538+RedFoxIV@users.noreply.github.com>
(cherry picked from commit 01d1ec4d4b04f6d76f239ec0da0970dc705736ef)
2025-01-23 08:03:54 +03:00

8 lines
196 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.NPC.Components;
[RegisterComponent, NetworkedComponent]
public sealed partial class NpcFactionSpriteStateSetterComponent : Component {}