// AutoAligner.cs
using UnityEngine;
using System.Collections.Generic;
using System.Linq;
namespace Stopper {
public class AutoAligner : MVRScript {
JSONStorableStringChooser personChooser;
UIDynamicPopup personPopup;
JSONStorableStringChooser boneChooser...