forked from BilalY/Rasagar
10 lines
156 B
C#
10 lines
156 B
C#
using System;
|
|
|
|
namespace UnityEngine.TestTools.Utils
|
|
{
|
|
internal interface IScriptingRuntimeProxy
|
|
{
|
|
string[] GetAllUserAssemblies();
|
|
}
|
|
}
|