diff --git a/Content.IntegrationTests/TestPrototypesAttribute.cs b/Content.IntegrationTests/TestPrototypesAttribute.cs index fc533927a4d..a6728d6728e 100644 --- a/Content.IntegrationTests/TestPrototypesAttribute.cs +++ b/Content.IntegrationTests/TestPrototypesAttribute.cs @@ -1,9 +1,12 @@ +using JetBrains.Annotations; + namespace Content.IntegrationTests; /// /// Attribute that indicates that a string contains yaml prototype data that should be loaded by integration tests. /// [AttributeUsage(AttributeTargets.Field)] +[MeansImplicitUse] public sealed class TestPrototypesAttribute : Attribute { }