9 lines
193 B
C#
9 lines
193 B
C#
namespace Content.Server.Drone.Components
|
|
{
|
|
[RegisterComponent]
|
|
public sealed partial class DroneComponent : Component
|
|
{
|
|
public float InteractionBlockRange = 2.15f;
|
|
}
|
|
}
|