7 lines
105 B
C#
7 lines
105 B
C#
namespace FinalProject.Core
|
|
{
|
|
public interface ISimRunner
|
|
{
|
|
void RunSimulation();
|
|
}
|
|
} |