mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 10:45:00 +00:00
fix: add base classes for input/output slots for matrix routing
This commit is contained in:
@@ -4,8 +4,8 @@ namespace PepperDash.Essentials.Core.Routing
|
||||
{
|
||||
public interface IMatrixRouting
|
||||
{
|
||||
Dictionary<string, IRoutingInputSlot> InputSlots { get; }
|
||||
Dictionary<string, IRoutingOutputSlot> OutputSlots { get; }
|
||||
Dictionary<string, RoutingInputSlotBase> InputSlots { get; }
|
||||
Dictionary<string, RoutingOutputSlotBase> OutputSlots { get; }
|
||||
|
||||
void Route(string inputSlotKey, string outputSlotKey, eRoutingSignalType type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user