GC-Proto/proto/BuyBattlePassLevelRsp.proto
2023-08-23 01:34:44 +08:00

12 lines
209 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 2637
// EnetChannelId: 0
// EnetIsReliable: true
message BuyBattlePassLevelRsp {
int32 retcode = 5;
uint32 buy_level = 13;
}