public void StartGame()
 {
     guiActionsExecutor.StartGame();
 }
Exemple #2
0
 public ActionResult Start()
 {
     _guiActionsExecutor.StartGame();
     return(Ok());
 }