Save configuration between executions.

This commit is contained in:
2019-11-05 02:20:19 +01:00
parent 9bc7a542b4
commit 2fb562de19
4 changed files with 190 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
<Compile Include="Bots\DummyBot.cs" />
<Compile Include="Bots\TetrisBot.cs" />
<Compile Include="Code\AutomationBotFactory.cs" />
<Compile Include="Code\Configuration.cs" />
<Compile Include="Code\Mouse.cs" />
<Compile Include="Code\Screenshoter.cs" />
<Compile Include="Code\WindowHandling.cs" />