using System; namespace BizHawk.Client.Common { /// /// Defines a method to be called when a tool dialog's Restore Defaults method is called /// [AttributeUsage(AttributeTargets.Method)] public class RestoreDefaultsAttribute : Attribute { } }