using System; namespace Leap.Unity { public enum Chirality { Left, Right, Either } }