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