Files
crystall-punk-14/Content.Client/_CP14/UserInterface/Systems/Skill/Window/CP14SkillWindow.xaml.cs

15 lines
366 B
C#
Raw Normal View History

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client._CP14.UserInterface.Systems.Skill.Window;
[GenerateTypedNameReferences]
public sealed partial class CP14SkillWindow : DefaultWindow
{
public CP14SkillWindow()
{
RobustXamlLoader.Load(this);
}
}