Skip to content

Commit

Permalink
Fix RA0003 warning for ChatBox (space-wizards#33531)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrafterKolyan authored Nov 25, 2024
1 parent 32f48d9 commit ea7f543
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
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;
Expand Down

0 comments on commit ea7f543

Please sign in to comment.