using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Test : MonoBehaviour
{
int[] levelsSolvedCounter = new int[3];
levelsSolvedCounter[0] = 10;
}