GC-Proto/proto/PlayerQuitDungeonReq.proto

11 lines
197 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// CmdId: 4653
// GLKCKLJODKO
message PlayerQuitDungeonReq {
uint32 point_id = 12;
bool is_quit_immediately = 7;
}