Incrementable.cs 203 B

123456789
  1. using System;
  2. namespace Leap.Unity.Attributes
  3. {
  4. public class Incrementable : CombinablePropertyAttribute, IAfterFieldAdditiveDrawer, IAdditiveDrawer
  5. {
  6. public const float BUTTON_WIDTH = 20f;
  7. }
  8. }