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

13 lines
189 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: EIGKEEFPCKB
// CmdId: 8947
message EnterChessDungeonRsp {
int32 retcode = 7;
uint32 map_id = 6;
}