Ejemplo n.º 1
0
 private void Awake() => hexSpawner = GameObject.FindObjectOfType <HexSpawner>();
Ejemplo n.º 2
0
 void Start()
 {
     Instance = this;
     genHexes = new List<GameObject>();
     GenHexes();
 }