fish-station/Content.Client/_Sunrise/Roadmap/RoadmapWindow.xaml.cs
Vigers Ray 1d7a75070c
Roadmap (#188)
* Копипаст смуглефа

* Дорожная карта санрайза

* Мелкие фиксы

* Небольшие фиксы

---------

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
2024-07-12 04:13:29 +03:00

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