NahidaImpact/NahidaImpact.Protocol/PlayProduct.proto
2024-01-04 16:48:39 +03:00

8 lines
137 B
Protocol Buffer

syntax = "proto3";
// Obf: JHHADHKEAAD
message PlayProduct {
string product_id = 1;
string price_tier = 2;
uint32 schedule_id = 3;
}