private void Awake() { PC = FindObjectOfType <PlayerInputBroadcaster>(); PC.Subscribe(gameObject); PI = GetComponent <PlayerInput>(); }