public void FacadeFixedUpdate() { _EventPlayer.CurrentPlayerEvent().ExecutePhysicsEvent(); //Move the player's rigidbody according to the player's current active state _GroundCheck.CheckGround(); //Check to see if the player is on th ground }