Syntax improvements

This commit is contained in:
vis2k 2018-08-29 09:43:29 +02:00
parent c71a8c361f
commit 472bb85890

View File

@ -66,9 +66,9 @@ static CompilationFinishedHook()
};
}
private static string[] GetExtraAssemblyPaths()
static string[] GetExtraAssemblyPaths()
{
string contentPath = UnityEditor.EditorApplication.applicationContentsPath;
string contentPath = EditorApplication.applicationContentsPath;
return new []
{
contentPath + "/Managed",