Files
robot_intelligence_final_pr…/ConsoleApp/ISimRunner.cs
Brady Bodily 42dd13f7d6 Added maps
2020-12-10 14:44:11 -07:00

7 lines
88 B
C#

namespace ConsoleApp
{
public interface ISimRunner
{
void Run();
}
}