using System.Collections; using System.Collections.Generic; using UnityEngine; public class LiigutaMitut : MonoBehaviour { private const int max=30, min=-10; const int kogus=11; private GameObject[] objd=new GameObject[kogus]; private int[] kohtx=new int[kogus]; private float[] kohtz=new float[kogus]; void Start() { for(int i=0; i