DoNotShowInHelpAttribute.cs 143 B

123456
  1. using System;
  2. namespace HuntBuddy.Attributes;
  3. [AttributeUsage(AttributeTargets.Method)]
  4. public class DoNotShowInHelpAttribute: Attribute;