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