using System;

namespace Leap.Unity.Attributes
{
	public enum AutoFindLocations
	{
		Object = 1,
		Children,
		Parents = 4,
		Scene = 8,
		All = 65535
	}
}