feat: updates IHasInput to remove requirement for SetInputs method (unnecessary)

This commit is contained in:
Neil Dorin
2024-05-03 13:34:22 -06:00
parent 2b6f79b68f
commit 3ee8cb7ea3
4 changed files with 5 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ namespace PepperDash.Essentials.Core
SetManualMode();
}
}
else
else
{
SetManualMode();
}