using System; namespace Leap.Unity { public enum LeapDeviceType { Invalid, Peripheral, Dragonfly } }