]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix RA0003 warning for ChatBox (#33531)
authorNikolai Korolev <CrafterKolyan@mail.ru>
Mon, 25 Nov 2024 11:53:12 +0000 (11:53 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 11:53:12 +0000 (22:53 +1100)
Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml.cs

index 0696ae9d3f99cbf8d6a3f3b48021e56472514e36..62b3b19e38b2349a23b03bca2c6fe054bdd2d9ba 100644 (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;