summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEngine.TestRunner/Utils/AssemblyProvider/IScriptingRuntimeProxy.cs
blob: 2bb572dc3b832bdbe98536705d7b237de3f30492 (plain) (blame)
1
2
3
4
5
6
7
namespace UnityEngine.TestTools.Utils
{
    internal interface IScriptingRuntimeProxy
    {
        string[] GetAllUserAssemblies();
    }
}