Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Client.GameObjects.Components.Atmos
|
||||
[UsedImplicitly]
|
||||
public class AtmosPlaqueVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[field: DataField("layer")]
|
||||
[DataField("layer")]
|
||||
private int Layer { get; }
|
||||
|
||||
public override void InitializeEntity(IEntity entity)
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Content.Client.GameObjects.Components.MachineLinking
|
||||
[UsedImplicitly]
|
||||
public class SignalSwitchVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[field: DataField("layer")]
|
||||
[DataField("layer")]
|
||||
private int Layer { get; }
|
||||
|
||||
public override void InitializeEntity(IEntity entity)
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Content.Client.GameObjects.Components.Mining
|
||||
[UsedImplicitly]
|
||||
public class AsteroidRockVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[field: DataField("layer")]
|
||||
[DataField("layer")]
|
||||
private int Layer { get; } = 0;
|
||||
|
||||
public override void InitializeEntity(IEntity entity)
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Content.Client.GameObjects.Components.Singularity
|
||||
[UsedImplicitly]
|
||||
public class SingularityVisualizer : AppearanceVisualizer
|
||||
{
|
||||
[field: DataField("layer")]
|
||||
[DataField("layer")]
|
||||
private int Layer { get; } = 0;
|
||||
|
||||
public override void InitializeEntity(IEntity entity)
|
||||
|
||||
Reference in New Issue
Block a user