using Godot; using Nocturnis.Godot; namespace Nocturnis.UIElements.Layers; public interface IDashboardLayer : INode { IDashboardTab DashboardTab { get; set; } }