Remove PoolSettings.ExtraPrototypes option (#18678)
This commit is contained in:
9
Content.IntegrationTests/TestPrototypesAttribute.cs
Normal file
9
Content.IntegrationTests/TestPrototypesAttribute.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user