Exemple #1
0
 internal void PlayCurrentGame()
 {
     SoundController.GetController().StopMusic();
     ViewController.GetController().StartGame(appModel.GetCurrentGame());
 }
 public GameMetrics GetCurrentMetrics()
 {
     return(MetricsController.GetController().GetLastMetricOf(appModel.GetCurrentGame()));
 }