using Robust.Shared.Prototypes; namespace Content.Shared.Spreader; /// /// Adds this node group to for tick updates. /// [Prototype("edgeSpreader")] public sealed partial class EdgeSpreaderPrototype : IPrototype { [IdDataField] public string ID { get; } = string.Empty; [DataField(required:true)] public int UpdatesPerSecond; }