mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-20 07:56:50 +00:00
refactor: Remove commented generic interface from IRouting for clarity
This commit is contained in:
parent
3d8ee22f45
commit
554916a74a
1 changed files with 0 additions and 5 deletions
|
|
@ -19,8 +19,3 @@ public interface IRouting : IRoutingInputsOutputs
|
||||||
/// <param name="signalType">type of signal</param>
|
/// <param name="signalType">type of signal</param>
|
||||||
void ExecuteSwitch(object inputSelector, object outputSelector, eRoutingSignalType signalType);
|
void ExecuteSwitch(object inputSelector, object outputSelector, eRoutingSignalType signalType);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*public interface IRouting<TInputSelector,TOutputSelector> : IRoutingInputsOutputs
|
|
||||||
{
|
|
||||||
void ExecuteSwitch(TInputSelector inputSelector, TOutputSelector outputSelector, eRoutingSignalType signalType);
|
|
||||||
}*/
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue