Esempio n. 1
0
 private void ShootScreen(SharePlat sharePlat)
 {
     if (gameObject.activeInHierarchy)
     {
         StartCoroutine(YxTools.ShareSceenImage(sharePlat, waitForScreen));
     }
 }