6
StarHorizon_Public/Content.Shared/Contraband/ShowContrabandDetailsComponent.cs
2026-01-13 18:31:02 +02: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;