Specify [SpecializedTool] belongs on classes
This commit is contained in:
parent
f76f301f8d
commit
3d45799fc5
|
@ -6,6 +6,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
/// <summary>
|
||||
/// Defines a <see cref="IToolForm"/> as a specialized tool that is for a specific system or core
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class SpecializedToolAttribute : Attribute
|
||||
{
|
||||
public SpecializedToolAttribute(string displayName)
|
||||
|
|
Loading…
Reference in New Issue