GC-Proto/proto/TryCustomDungeonRsp.proto

13 lines
190 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ELJHEMEBCOA
// CmdId: 6201
message TryCustomDungeonRsp {
int32 retcode = 4;
uint32 room_id = 13;
}