22 lines
401 B
Protocol Buffer
22 lines
401 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "OnlinePlayerInfo.proto";
|
|
import "MatchType.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message PlayerApplyEnterMpAfterMatchAgreedNotify {
|
|
enum MJIKOBLKFGP {
|
|
option allow_alias = true;
|
|
NONE = 0;
|
|
PEPPOHPHJOJ = 4190;
|
|
DCDNILFDFLB = 0;
|
|
NNBKOLMPOEA = 1;
|
|
}
|
|
|
|
uint32 matchserverId = 9;
|
|
OnlinePlayerInfo srcPlayerInfo = 8;
|
|
MatchType matchType = 2;
|
|
}
|