using System; namespace Leap.Unity.Attributes { public interface IAfterLabelAdditiveDrawer : IAdditiveDrawer { } }