Files
OldThink/Content.Server/Spreader/SpreaderGridComponent.cs

9 lines
213 B
C#
Raw Permalink Normal View History

2023-04-10 15:37:03 +10:00
namespace Content.Server.Spreader;
[RegisterComponent]
public sealed partial class SpreaderGridComponent : Component
2023-04-10 15:37:03 +10:00
{
2023-10-09 23:32:34 -04:00
[DataField]
public float UpdateAccumulator = SpreaderSystem.SpreadCooldownSeconds;
2023-04-10 15:37:03 +10:00
}