6
StarHorizon_Public/Content.Shared/_RMC14/Attachable/Components/AttachableToggleableSimpleActivateComponent.cs
2025-11-12 10:55:00 +03:00

9 lines
307 B
C#

using Content.Shared._RMC14.Attachable.Systems;
using Robust.Shared.GameStates;
namespace Content.Shared._RMC14.Attachable.Components;
[RegisterComponent, NetworkedComponent]
[Access(typeof(AttachableToggleableSystem))]
public sealed partial class AttachableToggleableSimpleActivateComponent : Component;