Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -6,13 +6,13 @@ namespace Content.Shared.Prototypes.HUD
|
||||
[Prototype("hudTheme")]
|
||||
public class HudThemePrototype : IPrototype
|
||||
{
|
||||
[field: DataField("name", required: true)]
|
||||
[DataField("name", required: true)]
|
||||
public string Name { get; } = string.Empty;
|
||||
|
||||
[field: DataField("id", required: true)]
|
||||
[DataField("id", required: true)]
|
||||
public string ID { get; } = string.Empty;
|
||||
|
||||
[field: DataField("path", required: true)]
|
||||
[DataField("path", required: true)]
|
||||
public string Path { get; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user