Framework Setup
This commit is contained in:
15
FinalProject/FinalProject.SimRunner/SimRunner.cs
Normal file
15
FinalProject/FinalProject.SimRunner/SimRunner.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace FinalProject.Core
|
||||
{
|
||||
public class SimRunner : ISimRunner
|
||||
{
|
||||
public SimRunner()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void RunSimulation()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user