Files
RobustToolbox/Robust.Client/UserInterface/DevWindow/DevWindow.xaml
T

9 lines
300 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Robust.Client.UserInterface.DevWindow">
<TabContainer>
<DebugConsole Name="DebugConsole" />
<DevWindowTabUI Name="UI" />
</TabContainer>
</Control>