GC-Proto/proto/PlayerGCGMatchConfirmNotify.proto
2023-02-28 09:12:44 +08:00

14 lines
218 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: NPNPFJHHHMB
// CmdId: 4188
message PlayerGCGMatchConfirmNotify {
uint32 uid = 7;
bool is_agree = 8;
uint32 match_id = 1;
}