Files
2020-04-19 21:56:56 -06:00

7 lines
105 B
C#

namespace FinalProject.Core
{
public interface ISimRunner
{
void RunSimulation();
}
}