// Use this for initialization
 void Start()
 {
     pfo = GetComponentInParent <PlatformObstacle> ();
 }
 void Start()
 {
     pfo         = GetComponentInParent <PlatformObstacle> ();
     playerInput = GameManager.Instance.InputController;
 }