// Token: 0x0600049F RID: 1183 RVA: 0x00021210 File Offset: 0x0001F610 public IEnumerator SendSocial(string socialText, string socialURL, Texture2D sendTex, UIMaster ui) { ui.freezeUI(true); yield return(this.SaveTmpImage(sendTex)); this.SaveTmpImage(sendTex); yield return(new WaitForSeconds(1f)); SocialConnector.Share(socialText, socialURL, this.imagePath); ui.freezeUI(false); yield break; }