Make all prototype types partial (#21374)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Spreader;
|
||||
/// Adds this node group to <see cref="Content.Server.Spreader.SpreaderSystem"/> for tick updates.
|
||||
/// </summary>
|
||||
[Prototype("edgeSpreader")]
|
||||
public sealed class EdgeSpreaderPrototype : IPrototype
|
||||
public sealed partial class EdgeSpreaderPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; } = string.Empty;
|
||||
[DataField(required:true)] public int UpdatesPerSecond;
|
||||
|
||||
Reference in New Issue
Block a user