Exemplo n.º 1
0
 void Start()
 {
     _bagManagement     = GetComponentInParent <BagManagement> ();
     _sell.instantTween = false;
 }
Exemplo n.º 2
0
 void Awake()
 {
     _bagManagement = GetComponentInParent <BagManagement> ();
 }