syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "PlayerLocationInfo.proto"; import "PlayerWorldLocationInfo.proto"; // CmdId: 7420 // Version: 4.7.0 // Obfs: NGLPJNEKNNJ message WorldPlayerLocationNotify { repeated PlayerLocationInfo player_loc_list = 3; repeated PlayerWorldLocationInfo player_world_loc_list = 11; }