Implement AutomationBotFactory and UI for Bot selection.
This commit is contained in:
@@ -7,6 +7,8 @@ namespace VAR.ScreenAutomation.Bots
|
||||
{
|
||||
private int frameCount = 0;
|
||||
|
||||
public string Name => "Dummy";
|
||||
|
||||
public void Init(IOutputHandler output)
|
||||
{
|
||||
frameCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user