XGUI/Elements/Layout/LayoutBox.cs
using Sandbox.UI;
namespace XGUI;
public class LayoutBox : Panel
{
}