1
0

ObjectiveConditionsControl.xaml.cs 385 B

1234567891011121314
  1. using Robust.Client.AutoGenerated;
  2. using Robust.Client.UserInterface.Controls;
  3. using Robust.Client.UserInterface.XAML;
  4. namespace Content.Client.UserInterface.Systems.Objectives.Controls;
  5. [GenerateTypedNameReferences]
  6. public sealed partial class ObjectiveConditionsControl : BoxContainer
  7. {
  8. public ObjectiveConditionsControl()
  9. {
  10. RobustXamlLoader.Load(this);
  11. }
  12. }