Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEngine.TestRunner /Utils /AssemblyProvider /IScriptingRuntimeProxy.cs
| namespace UnityEngine.TestTools.Utils | |
| { | |
| internal interface IScriptingRuntimeProxy | |
| { | |
| string[] GetAllUserAssemblies(); | |
| } | |
| } | |