New anim added
This commit is contained in:
@@ -30,8 +30,8 @@ public class Leaderboard : MonoBehaviour
|
||||
string[] columns = req.text.Split(col,System.StringSplitOptions.RemoveEmptyEntries);
|
||||
//Purge
|
||||
for(int i=0; i < itemsParent.childCount; i++){
|
||||
if(itemsParent.GetChild(i) != rowPrefab){
|
||||
Destroy(itemsParent.GetChild(i));
|
||||
if(itemsParent.GetChild(i).gameObject != rowPrefab){
|
||||
Destroy(itemsParent.GetChild(i).gameObject);
|
||||
}else{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user