Fix RA0003 warning for ChatBox (#33531)
This commit is contained in:
@@ -16,9 +16,8 @@ using static Robust.Client.UserInterface.Controls.LineEdit;
|
|||||||
namespace Content.Client.UserInterface.Systems.Chat.Widgets;
|
namespace Content.Client.UserInterface.Systems.Chat.Widgets;
|
||||||
|
|
||||||
[GenerateTypedNameReferences]
|
[GenerateTypedNameReferences]
|
||||||
#pragma warning disable RA0003
|
[Virtual]
|
||||||
public partial class ChatBox : UIWidget
|
public partial class ChatBox : UIWidget
|
||||||
#pragma warning restore RA0003
|
|
||||||
{
|
{
|
||||||
private readonly ChatUIController _controller;
|
private readonly ChatUIController _controller;
|
||||||
private readonly IEntityManager _entManager;
|
private readonly IEntityManager _entManager;
|
||||||
|
|||||||
Reference in New Issue
Block a user