namespace AIStudio.Tools; public static class DropLayers { public const int ROOT = 0; public const int PAGES = 10; public const int ASSISTANTS = 20; public const int DIALOGS = 100; }