Files
OldThink/Content.IntegrationTests/TestPrototypesAttribute.cs

10 lines
283 B
C#
Raw Normal View History

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)]
public sealed class TestPrototypesAttribute : Attribute
{
}