Get rid of any usage of VBoxContainer/HBoxContainer (#4653)
Co-authored-by: Swept <sweptwastaken@protonmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ using Robust.Shared.Players;
|
||||
namespace Content.Client.Administration.UI.CustomControls
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class PlayerListControl : VBoxContainer
|
||||
public partial class PlayerListControl : BoxContainer
|
||||
{
|
||||
private List<ICommonSession>? _data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user