ExecuteAfterDefault.cs 160 B

123456789
  1. using System;
  2. namespace Leap.Unity
  3. {
  4. [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
  5. public class ExecuteAfterDefault : Attribute
  6. {
  7. }
  8. }