Skip to content

Commit

Permalink
Fix test prototypes fields being marked as unused (space-wizards#20853)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSmugleaf committed Oct 9, 2023
1 parent a62b9ea commit d9b6f17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content.IntegrationTests/TestPrototypesAttribute.cs
Original file line number Diff line number Diff line change
@@ -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
{
}

0 comments on commit d9b6f17

Please sign in to comment.