Files
2026-03-16 00:33:36 +01:00

12 lines
277 B
C#

using Robust.UnitTesting.Pool;
namespace Robust.UnitTesting.Shared.Testing;
/// <summary>
/// A test pool specifically for testing testpool and testpair behavior.
/// </summary>
internal sealed class EngineDummyTestPool : PoolManager<RobustIntegrationTest.TestPair>
{
}