Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.GameObjects.Components.Chemistry
|
||||
{
|
||||
public override string Name => "Reactive";
|
||||
|
||||
[field: DataField("reactions", true, serverOnly:true)]
|
||||
[DataField("reactions", true, serverOnly:true)]
|
||||
public ReagentEntityReaction[] Reactions { get; } = Array.Empty<ReagentEntityReaction>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user