11 lines
300 B
Protocol Buffer
11 lines
300 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PlayerWorldLocationInfo.proto";
|
|
import "PlayerLocationInfo.proto";
|
|
|
|
message WorldPlayerLocationNotify {
|
|
repeated PlayerWorldLocationInfo player_world_loc_list = 15;
|
|
repeated PlayerLocationInfo player_loc_list = 14;
|
|
} |