Ejemplo n.º 1
0
 private void OnStartGame()
 {
     if (_renderData.StartGame != null)
     {
         _renderData.StartGame();
     }
 }