Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
WarMechanic committed Jul 16, 2024
1 parent a6073ef commit ccd2d50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Content.Shared/Strip/Components/ThievingComponent.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using Robust.Shared.GameStates;

namespace Content.Shared.Strip.Components;

/// <summary>
/// Give this to an entity when you want to decrease stripping times
/// </summary>
[RegisterComponent]
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class ThievingComponent : Component
{
/// <summary>
Expand All @@ -27,6 +29,6 @@ public sealed partial class ThievingComponent : Component
/// <summary>
/// Should the user be able to see hidden items? (i.e pockets)
/// </summary>
[DataField]
[DataField, AutoNetworkedField]
public bool IgnoreStripHidden;
}

0 comments on commit ccd2d50

Please sign in to comment.