2022-02-10 17:15:06 -05:00
|
|
|
namespace Content.Server.Drone.Components
|
|
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
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
|
|
|
}
|
|
|
|
|
}
|