Files
tbd-station-14/Content.IntegrationTests/TestPrototypesAttribute.cs
2023-08-05 14:16:48 +10:00

10 lines
283 B
C#

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
{
}