GC-Proto/proto/SearchCustomDungeonRsp.proto

14 lines
263 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OtherCustomDungeonBrief.proto";
// Name: MDNBJIOGKHI
// CmdId: 6228
message SearchCustomDungeonRsp {
OtherCustomDungeonBrief custom_dungeon_brief = 2;
int32 retcode = 15;
}