9 lines
137 B
Protocol Buffer
9 lines
137 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// Obf: JHHADHKEAAD
|
||
|
message PlayProduct {
|
||
|
string product_id = 1;
|
||
|
string price_tier = 2;
|
||
|
uint32 schedule_id = 3;
|
||
|
}
|