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