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