using System; namespace VMCMod { [AttributeUsage(AttributeTargets.Method)] public class OnSettingAttribute : Attribute { } }