* knowledge button in HUD * ui controller * bugfixes * finish * all-knowing ghosts * Create knowledge-ui.ftl
15 lines
379 B
C#
15 lines
379 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.CustomControls;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client._CP14.UserInterface.Systems.Knowledge.Windows;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class CP14KnowledgeWindow : DefaultWindow
|
|
{
|
|
public CP14KnowledgeWindow()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|