syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "WorldPlayerLocationInfo.proto"; message WorldPlayerLocationNotify { repeated WorldPlayerLocationInfo playerLocList = 2; }