using Godot; using Nocturnis.UIElements.Layers; namespace Nocturnis.Scenes.Worlds; public interface IWorld : INodeInterface { IDashboardLayer DashboardLayer { get; set; } }