6
2026-01-24 12:49:55 +03:00

15 lines
385 B
C#

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 ObjectiveConditionsControl : BoxContainer
{
public ObjectiveConditionsControl()
{
RobustXamlLoader.Load(this);
}
}