mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
8 lines
179 B
C#
8 lines
179 B
C#
namespace Robust.Client.UserInterface.Controls
|
|
{
|
|
public class HSplitContainer : SplitContainer
|
|
{
|
|
private protected sealed override bool Vertical => false;
|
|
}
|
|
}
|