mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Syntax improvements
This commit is contained in:
parent
c71a8c361f
commit
472bb85890
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user