Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     pfo = GetComponentInParent <PlatformObstacle> ();
 }
Ejemplo n.º 2
0
 void Start()
 {
     pfo         = GetComponentInParent <PlatformObstacle> ();
     playerInput = GameManager.Instance.InputController;
 }