public static void SetHttpLuaProtoBufRecvCall(string className, string funcName) { WWWClient.SetHttpBackProtoBufCall(className, funcName); }
public static void ScriptHttpSend(string method, string url, byte[] data, bool strResult, LuaInterface.LuaFunction func) { WWWClient.HttpSend(method, url, data, strResult, func); }
public static void ScriptHttpGetSendBackString(string url, string ob, string className, string functionName) { WWWClient.HttpGetSendBackString(url, ob, className, functionName); }
public static void ScriptHttpSendBackProtoBuf(string method, string url, byte[] data) { WWWClient.HttpSendBackProtoBuf(method, url, data); }