6
2026-01-24 12:49:55 +03:00

12 lines
266 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._NF.Clothing.Components;
/// <summary>
/// To be used with Harpy to replace the tag
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class HarpyHideWingsComponent : Component
{
}