LeaderboardDone
This commit is contained in:
@@ -54,6 +54,7 @@ public class Store : MonoBehaviour
|
||||
return;
|
||||
}else{
|
||||
DataManager.total =(int)(DataManager.total- goldPrice);
|
||||
DataManager.PurchasePoge("gold");
|
||||
|
||||
}
|
||||
}
|
||||
@@ -71,7 +72,7 @@ public class Store : MonoBehaviour
|
||||
return;
|
||||
}else{
|
||||
DataManager.total =(int)(DataManager.total- diamondPrice);
|
||||
|
||||
DataManager.PurchasePoge("diamond");
|
||||
}
|
||||
}
|
||||
poge_silver.transform.GetChild(0).gameObject.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user