Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -11,7 +11,7 @@ public sealed partial class EntityTablePrototype : IPrototype
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
[IdDataField]
|
||||
public string ID { get; } = default!;
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
[DataField(required: true)]
|
||||
public EntityTableSelector Table = default!;
|
||||
|
||||
Reference in New Issue
Block a user