We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe90ac commit cad949fCopy full SHA for cad949f
src/Attributes.cs
@@ -1,15 +1,15 @@
1
namespace SimpleECS
2
{
3
[System.AttributeUsage(System.AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)]
4
- sealed class BannedAttribute : System.Attribute
+ public sealed class BannedAttribute : System.Attribute
5
6
}
7
8
- sealed class GlobalAttribute : System.Attribute
+ public sealed class GlobalAttribute : System.Attribute
9
10
11
12
- sealed class ChangedAttribute : System.Attribute
+ public sealed class ChangedAttribute : System.Attribute
13
14
15
0 commit comments