15 lines
362 B
Protocol Buffer
15 lines
362 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "PlayerLocationInfo.proto";
|
|
import "VehicleLocationInfo.proto";
|
|
|
|
// CmdId: 21376
|
|
// Version: 4.7.0
|
|
// Obfs: MBLLHEGOBPL
|
|
message ScenePlayerLocationNotify {
|
|
uint32 scene_id = 8;
|
|
repeated VehicleLocationInfo vehicle_loc_list = 10;
|
|
repeated PlayerLocationInfo player_loc_list = 12;
|
|
} |