diff --git a/XCMod.cs b/XCMod.cs index 356d516..ec8d04f 100644 --- a/XCMod.cs +++ b/XCMod.cs @@ -1,7 +1,7 @@ using UnityEngine; using System.Collections; using System.IO; -using Json = MiniJSON; +using Json = XMiniJSON; namespace UnityEditor.XCodeEditor { @@ -139,4 +139,4 @@ public XCModFile( string inputString ) } } } -} \ No newline at end of file +}