Exemple #1
0
 public void Start()
 {
     chestController = GameObject.FindGameObjectWithTag("ChestController").GetComponent <ChestController>();
     ChestUI         = chestController.NewChest();
     _Index          = Index;
     Index++;
 }