mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02:00
14 lines
281 B
C#
14 lines
281 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Robust.Client.UserInterface;
|
|
|
|
[GenerateTypedNameReferences]
|
|
internal sealed partial class ProfTreeLine : Control
|
|
{
|
|
public ProfTreeLine()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|