Пример #1
0
        IEnumerator Prepare()
        {
            hotupdateClient_         = GetComponent <HotupdateClient>();
            hotupdateClient_.enabled = true;

            //shieldClient_.CurrentWaitType = ShieldClient.WaitType.Local;
            //shieldClient_.OnOrOff = true;
            yield return(null);
        }
Пример #2
0
 void OnDestroy()
 {
     luaClient_       = null;
     hotupdateClient_ = null;
 }