Fix test prototypes fields being marked as unused (#20853)
This commit is contained in:
parent
a62b9ea19b
commit
d9b6f17d50
1 changed files with 3 additions and 0 deletions
|
|
@ -1,9 +1,12 @@
|
|||
using JetBrains.Annotations;
|
||||
|
||||
namespace Content.IntegrationTests;
|
||||
|
||||
/// <summary>
|
||||
/// Attribute that indicates that a string contains yaml prototype data that should be loaded by integration tests.
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
[MeansImplicitUse]
|
||||
public sealed class TestPrototypesAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue