GC-Proto/proto/SingleStartBrickBreakerRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
224 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: MBKFLIAPDHA
// CmdId: 20772
message SingleStartBrickBreakerRsp {
bool is_dungeon = 13;
int32 retcode = 7;
uint32 level_id = 5;
}