6
StarHorizon_Public/Content.Shared/_RMC14/Actions/ActionInRangeUnobstructedComponent.cs
2025-11-12 10:55:00 +03:00

12 lines
317 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._RMC14.Actions;
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
[Access(typeof(RMCActionsSystem))]
public sealed partial class ActionInRangeUnobstructedComponent : Component
{
[DataField, AutoNetworkedField]
public float Range;
}