ExecuteBeforeDefault.cs 161 B

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