using System; namespace HuntBuddy.Attributes; [AttributeUsage(AttributeTargets.Method)] public class DoNotShowInHelpAttribute: Attribute;