GC-Proto/proto/PlayerGeneralMatchConfirmNo...

14 lines
224 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: AFPAEEIEEFD
// CmdId: 4152
message PlayerGeneralMatchConfirmNotify {
bool is_agree = 15;
uint32 uid = 10;
uint32 match_id = 2;
}