19 lines
425 B
Protocol Buffer
19 lines
425 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PlayProduct.proto";
|
|
import "ShopCardProduct.proto";
|
|
import "ShopConcertProduct.proto";
|
|
import "ShopMcoinProduct.proto";
|
|
|
|
// CmdId: 2262
|
|
// Version: 4.6.0
|
|
// Obfs: GDNIPLNJAKD
|
|
message RechargeReq {
|
|
PlayProduct play_product = 4;
|
|
ShopMcoinProduct mcoin_product = 7;
|
|
ShopCardProduct card_product = 11;
|
|
ShopConcertProduct concert_product = 15;
|
|
}
|