Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Construction
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public abstract class EntityInsertConstructionGraphStep : ConstructionGraphStep
|
||||
{
|
||||
[field: DataField("store")] public string Store { get; } = string.Empty;
|
||||
[DataField("store")] public string Store { get; } = string.Empty;
|
||||
|
||||
public abstract bool EntityValid(IEntity entity);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user