Delta-v/Content.Shared/_DV/Augments/AugmentActionComponent.cs

10 lines
263 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._DV.Augments;
/// <summary>
/// Component that allows an augment to have actions
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class AugmentActionComponent : Component;