GC-Proto/proto/PlayerQuitDungeonReq.proto

13 lines
202 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ABBDKBIGMHD
// CmdId: 914
message PlayerQuitDungeonReq {
uint32 point_id = 12;
bool is_quit_immediately = 4;
}