nevermore-kang's picture
Upload folder using huggingface_hub
18a519f verified
Raw
History Blame
141 Bytes
namespace UnityEngine.TestTools.Utils
{
internal interface IScriptingRuntimeProxy
{
string[] GetAllUserAssemblies();
}
}