GC-Proto/proto/TryCustomDungeonRsp.proto

13 lines
190 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: ELJHEMEBCOA
// CmdId: 6201
2023-02-18 04:48:44 +03:00
message TryCustomDungeonRsp {
2023-02-28 04:12:44 +03:00
int32 retcode = 4;
uint32 room_id = 13;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00