Ejemplo n.º 1
0
 static void Main()
 {
     using (Breakthrough breakthrough = new Breakthrough())
     {
         breakthrough.Run();
     }
 }
 public void SetUp()
 {
     _game = new Breakthrough(new StandardMovementStrategy());
 }
 public void SetUp()
 {
     _game = new Breakthrough(new StandardMovementStrategy());
 }