6
StarHorizon_Public/Content.Server/Coordinates/SpawnRandomOffsetComponent.cs
2025-12-13 13:46:17 +03:00

9 lines
224 B
C#

namespace Content.Server.Coordinates;
[RegisterComponent]
public sealed partial class SpawnRandomOffsetComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("offset")] public float Offset = 0.5f;
}