Fix RA0003 warning for ChatBox (#33531)

(cherry picked from commit ea7f5433ac4728a7e00c68b151d1cf2f4d965150)
This commit is contained in:
Nikolai Korolev
2024-11-25 11:53:12 +00:00
committed by Spatison
parent 6efe392a5b
commit f6cebccbb2

View File

@@ -20,9 +20,8 @@ using static Robust.Client.UserInterface.Controls.LineEdit;
namespace Content.Client.UserInterface.Systems.Chat.Widgets;
[GenerateTypedNameReferences]
#pragma warning disable RA0003
[Virtual]
public partial class ChatBox : UIWidget
#pragma warning restore RA0003
{
private readonly ChatUIController _controller;
private readonly IEntityManager _entManager;