// Use this for initialization
 void Start()
 {
     cc = GetComponent <CharacterController>();
     cs = CadenceSmootherObject.GetComponent <CadenceSmoother>();
 }
	// Use this for initialization
	void Start () {
		cc = GetComponent<CharacterController>();
		cs = CadenceSmootherObject.GetComponent<CadenceSmoother>();
	}