Auto comp (#6416)
This commit is contained in:
@@ -7,8 +7,6 @@ namespace Content.Server.Labels.Components
|
||||
[RegisterComponent]
|
||||
public class LabelComponent : Component
|
||||
{
|
||||
public override string Name => "Label";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("currentLabel")]
|
||||
public string? CurrentLabel { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user