syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OnlinePlayerInfo.proto";
// Name: DKFNMCMGENJ
message MatchPlayerInfo {
bool is_agreed = 3;
OnlinePlayerInfo player_info = 7;
}