/** * HeadMachine 작동 중지 */ public void Stop() { currentState.OnExit(); currentState = null; prevState = null; }