Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Server.AlertLevel;
|
||||
[Prototype("alertLevels")]
|
||||
public sealed partial class AlertLevelPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; } = default!;
|
||||
[IdDataField] public string ID { get; private set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// Dictionary of alert levels. Keyed by string - the string key is the most important
|
||||
|
||||
Reference in New Issue
Block a user