6
StarHorizon_Public/Content.Shared/Contraband/ShowContrabandDetailsComponent.cs
2025-11-11 11:18:56 +03:00

10 lines
285 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Contraband;
/// <summary>
/// This component allows you to see Contraband details on examine items
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowContrabandDetailsComponent : Component;