Fix test prototypes fields being marked as unused (#20853)
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
|
using JetBrains.Annotations;
|
||||||
|
|
||||||
namespace Content.IntegrationTests;
|
namespace Content.IntegrationTests;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Attribute that indicates that a string contains yaml prototype data that should be loaded by integration tests.
|
/// Attribute that indicates that a string contains yaml prototype data that should be loaded by integration tests.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[AttributeUsage(AttributeTargets.Field)]
|
[AttributeUsage(AttributeTargets.Field)]
|
||||||
|
[MeansImplicitUse]
|
||||||
public sealed class TestPrototypesAttribute : Attribute
|
public sealed class TestPrototypesAttribute : Attribute
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user