Files
Grasscutter-Protos/proto/WorldPlayerLocationNotify.proto
2022-04-20 18:55:38 -07:00

10 lines
204 B
Protocol Buffer

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