Instruction System
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user