2023-06-07 03:51:11 -04:00
|
|
|
using System.Diagnostics.CodeAnalysis;
|
2023-01-16 21:42:22 +13:00
|
|
|
using System.Linq;
|
2023-06-07 03:51:11 -04:00
|
|
|
using Content.Client.Guidebook.RichText;
|
2023-07-26 10:05:09 +02:00
|
|
|
using Content.Client.UserInterface.ControlExtensions;
|
2023-01-16 21:42:22 +13:00
|
|
|
using Content.Client.UserInterface.Controls;
|
|
|
|
|
using Content.Client.UserInterface.Controls.FancyTree;
|
2023-06-07 03:51:11 -04:00
|
|
|
using JetBrains.Annotations;
|
2023-01-16 21:42:22 +13:00
|
|
|
using Robust.Client.AutoGenerated;
|
2023-09-22 21:52:30 +02:00
|
|
|
using Robust.Client.Graphics;
|
2023-06-07 03:51:11 -04:00
|
|
|
using Robust.Client.UserInterface;
|
2023-01-16 21:42:22 +13:00
|
|
|
using Robust.Client.UserInterface.Controls;
|
|
|
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
|
using Robust.Shared.ContentPack;
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.Guidebook.Controls;
|
|
|
|
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
2023-09-22 21:52:30 +02:00
|
|
|
public sealed partial class GuidebookWindow : FancyWindow
|
2023-01-16 21:42:22 +13:00
|
|
|
{
|
|
|
|
|
}
|