mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
Fix RA0003 warning for ChatBox (#33531)
(cherry picked from commit ea7f5433ac4728a7e00c68b151d1cf2f4d965150)
This commit is contained in:
committed by
Spatison
parent
6efe392a5b
commit
f6cebccbb2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user