Remove field: from DataField attributes (#3932)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Server.Construction.Completions
|
||||
[DataDefinition]
|
||||
public class PopupEveryone : IGraphAction
|
||||
{
|
||||
[field: DataField("text")] public string Text { get; } = string.Empty;
|
||||
[DataField("text")] public string Text { get; } = string.Empty;
|
||||
|
||||
public async Task PerformAction(IEntity entity, IEntity? user)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user