NahidaImpact/NahidaImpact.Protocol/PlayProduct.proto

9 lines
137 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// Obf: JHHADHKEAAD
message PlayProduct {
string product_id = 1;
string price_tier = 2;
uint32 schedule_id = 3;
}