syntax = "proto3";

option java_package = "emu.grasscutter.net.proto";

import "PlayerLocationInfo.proto";
import "PlayerWorldLocationInfo.proto";

// CmdId: 258
// Name: ALNJKBLPCHH
message WorldPlayerLocationNotify {
    repeated PlayerWorldLocationInfo player_world_loc_list = 15;
    repeated PlayerLocationInfo player_loc_list = 12;
}