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