using System; namespace Leap.Unity { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public class ExecuteAfterDefault : Attribute { } }