Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Random;
|
||||
[Prototype("weightedRandomFillSolution")]
|
||||
public sealed partial class WeightedRandomFillSolutionPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; } = default!;
|
||||
[IdDataField] public string ID { get; private set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// List of RandomFills that can be picked from.
|
||||
|
||||
Reference in New Issue
Block a user