14 lines
351 B
Protocol Buffer
14 lines
351 B
Protocol Buffer
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;
|
|
} |