syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MatchReason.proto";
// Name: BOLIJNNEPBK
// CmdId: 4165
message PlayerMatchStopNotify {
MatchReason reason = 9;
uint32 host_uid = 13;
}