diff --git a/source/Plugins/AyaNova.Plugin.V8/util.cs b/source/Plugins/AyaNova.Plugin.V8/util.cs index 09ddf76..be34e2b 100644 --- a/source/Plugins/AyaNova.Plugin.V8/util.cs +++ b/source/Plugins/AyaNova.Plugin.V8/util.cs @@ -14,7 +14,7 @@ namespace AyaNova.PlugIn.V8 { class util { - public static LocalizedTextTable LocaleText = null; + public static GZTW.AyaNova.BLL.LocalizedTextTable LocaleText = null; const string TEST_ROUTE = "ServerInfo"; const string API_BASE_ROUTE = "api/v8/"; static HttpClient client = new HttpClient();