public StreamingTopersistent(AppUpdata _appUpdata)
 {
     try
     {
         m_appUpdata = _appUpdata;
         _appUpdata.StartCoroutine(LoadlocalUpdateConif());
     }
     catch (System.Exception e)
     {
         My_debugNet.SendDebugLog("  m_StreamingTopersistent--3--" + e);
         throw;
     }
 }
Пример #2
0
 void Awake()
 {
     Instance = this;
 }
 void Start()
 {
     Instance = this;
     StartCoroutine(LoadlocalUpdateConif());
 }