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