Exemple #1
0
 public void HideReloadingText()
 {
     if (canvasController != null)
     {
         canvasController.HideReloadingText();
     }
 }