Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Content.Shared.Research
|
||||
public class LatheRecipePrototype : IPrototype
|
||||
{
|
||||
[ViewVariables]
|
||||
[field: DataField("id", required: true)]
|
||||
[DataField("id", required: true)]
|
||||
public string ID { get; } = default!;
|
||||
|
||||
[DataField("name")]
|
||||
|
||||
Reference in New Issue
Block a user