mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 01:57:07 +02:00
7 lines
196 B
C#
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;
|