Exemplo n.º 1
0
 void Start()
 {
     RegisterListeners();
     pool     = gameObject.GetComponent <EnvPooler>();
     lastTile = transform;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     op = GetComponentInParent <EnvPooler>();
 }