Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.Procedural;
|
||||
[Prototype("salvageDifficulty")]
|
||||
public sealed partial class SalvageDifficultyPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; } = string.Empty;
|
||||
[IdDataField] public string ID { get; private set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Color to be used in UI.
|
||||
|
||||
Reference in New Issue
Block a user