8 lines
148 B
C#
Raw Permalink Normal View History

2025-03-11 15:30:07 +08:00
namespace UnityEngine.TestTools.Utils
{
internal interface IScriptingRuntimeProxy
{
string[] GetAllUserAssemblies();
}
}