void Awake()
 {
     gameManager = FindObjectOfType <GameManager.GameManager>();
     gameView    = FindObjectOfType <UIViewGame>();
     waitForShowOpponentChoice = new WaitForSeconds(ShowOppenentChoiceTime);
 }
 void Awake()
 {
     gameView        = FindObjectOfType <UIViewGame>();
     settingsView    = FindObjectOfType <UIViewSettings>();
     roundController = FindObjectOfType <RoundController>();
 }