Remove field: from DataField attributes (#3932)

This commit is contained in:
DrSmugleaf
2021-05-04 15:37:16 +02:00
committed by GitHub
parent 85f3871536
commit ad3b7fe97d
84 changed files with 228 additions and 242 deletions

View File

@@ -41,13 +41,13 @@ namespace Content.Client.GameObjects.Components.IconSmoothing
/// <summary>
/// We will smooth with other objects with the same key.
/// </summary>
[field: DataField("key")]
[DataField("key")]
public string? SmoothKey { get; }
/// <summary>
/// Prepended to the RSI state.
/// </summary>
[field: DataField("base")]
[DataField("base")]
public string StateBase { get; } = string.Empty;
/// <summary>