Files
RobustToolbox/Robust.Client/UserInterface/Controls/HBox.cs
T

7 lines
196 B
C#

namespace Robust.Client.UserInterface.Controls;
/// <summary>
/// Convenience type to describe a horizontal <see cref="BoxContainer"/>.
/// </summary>
public sealed class HBox : BoxContainer;