Files
crystall-punk-14/Content.Server/Drone/Components/DroneComponent.cs

9 lines
193 B
C#
Raw Normal View History

2022-02-10 17:15:06 -05:00
namespace Content.Server.Drone.Components
{
[RegisterComponent]
public sealed partial class DroneComponent : Component
2022-02-10 17:15:06 -05:00
{
2022-03-13 05:53:01 -04:00
public float InteractionBlockRange = 2.15f;
2022-02-10 17:15:06 -05:00
}
}