Esempio n. 1
0
 public void StartGame()
 {
     guiActionsExecutor.StartGame();
 }
Esempio n. 2
0
 public ActionResult Start()
 {
     _guiActionsExecutor.StartGame();
     return(Ok());
 }