10 lines
172 B
Protocol Buffer
10 lines
172 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// 4.6.0
|
||
|
// CmdId: 26503
|
||
|
message PlayerQuitDungeonRsp {
|
||
|
int32 retcode = 7;
|
||
|
uint32 point_id = 15;
|
||
|
}
|