GC-Proto/proto/PlayerApplyEnterMpResultReq...

13 lines
200 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: JHOENGLMPEF
// CmdId: 1836
message PlayerApplyEnterMpResultReq {
uint32 apply_uid = 2;
bool is_agreed = 4;
}