* Копипаст смуглефа * Дорожная карта санрайза * Мелкие фиксы * Небольшие фиксы --------- Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
14 lines
341 B
C#
14 lines
341 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.CustomControls;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client._Sunrise.Roadmap;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class RoadmapWindow : DefaultWindow
|
|
{
|
|
public RoadmapWindow()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|