17 lines
311 B
Protocol Buffer
17 lines
311 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Route.proto";
|
|
|
|
// Name: DOFGJNOPAOG
|
|
// CmdId: 3300
|
|
message AvatarFollowRouteNotify {
|
|
uint32 start_scene_time_ms = 13;
|
|
string client_params = 1;
|
|
uint32 entity_id = 8;
|
|
uint32 template_id = 10;
|
|
Route route = 3;
|
|
}
|
|
|