1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00
* Removed "Unity" as an assembly prefix to check for as users have reported issues with this previously in the past
This commit is contained in:
Jeff Campbell 2020-02-27 11:19:49 +01:00 committed by GitHub
parent 86ef6510ef
commit 43ea56fb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@ namespace XNode
"nunit", "nunit",
"SyntaxTree", "SyntaxTree",
"System", "System",
"Unity",
"UnityEditor", "UnityEditor",
"UnityEngine" "UnityEngine"
}; };