Instruction System

This commit is contained in:
h z
2024-09-29 15:39:37 +01:00
parent 67dd8ac8dc
commit 7ae3c9d374
35 changed files with 168 additions and 43 deletions

View File

@@ -1,8 +1,9 @@
using Godot;
using Nocturnis.Godot;
namespace Nocturnis.UIElements.Layers;
public interface IDashboardLayer : INodeInterface
public interface IDashboardLayer : INode
{
IDashboardTab DashboardTab { get; set; }