private void Awake() { //ref to base class (allows access to all animations) playerCharacterBase = gameObject.GetComponent <PlayerCharacter_Base>(); }
private void Awake() { // Assign character playerCharacterBase = gameObject.GetComponent <PlayerCharacter_Base>(); }