Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Construction.Conditions
|
||||
[DataDefinition]
|
||||
public class AllConditions : IGraphCondition
|
||||
{
|
||||
[field: DataField("conditions")]
|
||||
[DataField("conditions")]
|
||||
public IGraphCondition[] Conditions { get; } = Array.Empty<IGraphCondition>();
|
||||
|
||||
public async Task<bool> Condition(IEntity entity)
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Content.Server.Construction.Conditions
|
||||
[DataDefinition]
|
||||
public class AnyConditions : IGraphCondition
|
||||
{
|
||||
[field: DataField("conditions")]
|
||||
[DataField("conditions")]
|
||||
public IGraphCondition[] Conditions { get; } = Array.Empty<IGraphCondition>();
|
||||
|
||||
public async Task<bool> Condition(IEntity entity)
|
||||
|
||||
Reference in New Issue
Block a user