8 lines
99 B
Protocol Buffer
8 lines
99 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: CBDJBGDIJBB
|
||
|
message Uint32Pair {
|
||
|
uint32 key = 1;
|
||
|
uint32 value = 2;
|
||
|
}
|