Files
OldThink/Content.Client/UserInterface/Systems/Objectives/Controls/ObjectiveBriefingControl.xaml.cs

15 lines
381 B
C#
Raw Normal View History

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.UserInterface.Systems.Objectives.Controls;
[GenerateTypedNameReferences]
public sealed partial class ObjectiveBriefingControl : BoxContainer
{
public ObjectiveBriefingControl()
{
RobustXamlLoader.Load(this);
}
}