Implement AutomationBotFactory and UI for Bot selection.

This commit is contained in:
2019-11-01 00:27:57 +01:00
parent 3531b72793
commit 437366fd67
6 changed files with 110 additions and 22 deletions

View File

@@ -7,6 +7,8 @@ namespace VAR.ScreenAutomation.Bots
{
private int frameCount = 0;
public string Name => "Dummy";
public void Init(IOutputHandler output)
{
frameCount = 0;