Ejemplo n.º 1
0
 public Emulator(GameBase game, int delay = -1)
 {
     this.game = game;
     this.delay = delay;
 }
		protected void CallEvent(GameBase game, string unitSolution)
		{
			SolutionAdded(game, unitSolution);
		}