Firstborn/Library/PackageCache/com.unity.test-framework@1..../UnityEditor.TestRunner/TestLaunchers/PrebuildSetupAttributeFinde...
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

10 lines
293 B
C#

using UnityEngine.TestTools;
namespace UnityEditor.TestTools.TestRunner
{
internal class PrebuildSetupAttributeFinder : AttributeFinderBase<IPrebuildSetup, PrebuildSetupAttribute>
{
public PrebuildSetupAttributeFinder() : base((attribute) => attribute.TargetClass) {}
}
}