Fix prototypes so they pass analyzer checks (#35435)
This commit is contained in:
@@ -27,7 +27,7 @@ public sealed partial class RadioChannelPrototype : IPrototype
|
||||
public Color Color { get; private set; } = Color.Lime;
|
||||
|
||||
[IdDataField, ViewVariables]
|
||||
public string ID { get; } = default!;
|
||||
public string ID { get; private set; } = default!;
|
||||
|
||||
/// <summary>
|
||||
/// If channel is long range it doesn't require telecommunication server
|
||||
|
||||
Reference in New Issue
Block a user