Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Shared.Procedural;
|
||||
[Prototype("dungeonPreset")]
|
||||
public sealed partial class DungeonPresetPrototype : IPrototype
|
||||
{
|
||||
[IdDataField] public string ID { get; } = default!;
|
||||
[IdDataField] public string ID { get; private set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// The room pack bounds we need to fill.
|
||||
|
||||
Reference in New Issue
Block a user