7 lines
139 B
Protocol Buffer
7 lines
139 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package com.unity3d.ads.datastore;
|
|
|
|
message UniversalRequestStore {
|
|
map<string, bytes> universal_request_map = 1;
|
|
} |