using System; namespace Leap.Unity.Attributes { public class Incrementable : CombinablePropertyAttribute, IAfterFieldAdditiveDrawer, IAdditiveDrawer { public const float BUTTON_WIDTH = 20f; } }