bracket system
This commit is contained in:
9
src/UIElements/Layers/IDashboardLayer.cs
Normal file
9
src/UIElements/Layers/IDashboardLayer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
namespace Nocturnis.UIElements.Layers;
|
||||
|
||||
public interface IDashboardLayer : INodeInterface
|
||||
{
|
||||
IDashboardTab DashboardTab { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user