mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-20 15:08:46 +03:00
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;
|
|
}
|
|
}
|