void Start() { recorder = GetComponent <MoveRecorder> (); }
void Start() { recorder = GetComponent <MoveRecorder> (); recorder.SwitchState(); }