using System; namespace Leap.Unity.Attributes { public class DisableAttribute : CombinablePropertyAttribute, IPropertyDisabler { } }