10 lines
204 B
Protocol Buffer
10 lines
204 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "WorldPlayerLocationInfo.proto";
|
|
|
|
message WorldPlayerLocationNotify {
|
|
repeated WorldPlayerLocationInfo playerLocList = 2;
|
|
}
|