Files
RobustToolbox/Robust.Client/UserInterface/DevWindow/ProfTreeLine.xaml.cs
2022-05-14 15:08:46 +10:00

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);
}
}