bracket system
This commit is contained in:
8
src/Dashboards/IDashboard.cs
Normal file
8
src/Dashboards/IDashboard.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Nocturnis.Communicators;
|
||||
|
||||
namespace Nocturnis.Dashboards;
|
||||
|
||||
public interface IDashboard : INodeInterface
|
||||
{
|
||||
HashSet<IBaseCommunicator> Communicators { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user