void Start() { playerPhysics = GetComponent<TestingPlayerPhysics>(); anim = GetComponent<Animator>(); }
void Start() { playerPhysics = GetComponent <TestingPlayerPhysics>(); anim = GetComponent <Animator>(); }