Beispiel #1
0
    static int ProcessUpdateIntomoney(IntPtr L)
    {
        LuaScriptMgr.CheckArgsCount(L, 2);
        GameLua    obj  = (GameLua)LuaScriptMgr.GetUnityObjectSelf(L, 1, "GameLua");
        JSONObject arg0 = (JSONObject)LuaScriptMgr.GetNetObject(L, 2, typeof(JSONObject));

        obj.ProcessUpdateIntomoney(arg0);
        return(0);
    }