GC-Proto/proto/EnterChessDungeonReq.proto

12 lines
166 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: IGCHKGFECEE
// CmdId: 8341
message EnterChessDungeonReq {
uint32 map_id = 6;
}