Skip to content

Commit 4d73802

Browse files
author
Kapil Borle
committed
Make ConfigurableRuleProperty attribute public
1 parent 28eed0b commit 4d73802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/Generic/ConfigurableScriptRule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private IEnumerable<PropertyInfo> GetConfigurableProperties()
6464
}
6565

6666
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
67-
internal class ConfigurableRulePropertyAttribute : Attribute
67+
public class ConfigurableRulePropertyAttribute : Attribute
6868
{
6969

7070
}

0 commit comments

Comments
 (0)