Fix RA0003 warning for ChatBox (#33531)

This commit is contained in:
Nikolai Korolev
2024-11-25 11:53:12 +00:00
committed by GitHub
parent 32f48d974f
commit ea7f5433ac

View File

@@ -16,9 +16,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;