7 lines
95 B
Protocol Buffer
7 lines
95 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: BLCNFAPGDKG
|
||
|
message ParamList {
|
||
|
repeated uint32 param_list = 1;
|
||
|
}
|