Exemple #1
0
 void Start()
 {
     unitTray = GetComponentInChildren <UnitTrayController>();
 }
 public void setTrayParent(UnitTrayController thisParent)
 {
     parentTray = thisParent;
 }