2025-01-18 14:43:11 +03:00
|
|
|
using Robust.Client.AutoGenerated;
|
|
|
|
|
using Robust.Client.UserInterface.CustomControls;
|
|
|
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
|
|
2025-03-27 17:20:20 +03:00
|
|
|
namespace Content.Client._CP14.UserInterface.Systems.Skill.Window;
|
2025-01-18 14:43:11 +03:00
|
|
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
2025-03-27 17:20:20 +03:00
|
|
|
public sealed partial class CP14SkillWindow : DefaultWindow
|
2025-01-18 14:43:11 +03:00
|
|
|
{
|
2025-03-27 17:20:20 +03:00
|
|
|
public CP14SkillWindow()
|
2025-01-18 14:43:11 +03:00
|
|
|
{
|
|
|
|
|
RobustXamlLoader.Load(this);
|
|
|
|
|
}
|
|
|
|
|
}
|