1using System; 2 3namespace UnityEngine.TestTools.Utils 4{ 5 internal interface IScriptingRuntimeProxy 6 { 7 string[] GetAllUserAssemblies(); 8 } 9}