Beispiel #1
0
 public override void CheckOnLoad()
 {
     Debug.Log("Check is " + fileName + "boyut " + shopProducts.Count);
     length = shopProducts.Count;
     shopData.ChechDataOnLoad(this);
     if (!shopData.FirstCreate())
     {
         UpdateDatas();
     }
 }