|
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "PlatformInfo.proto";
|
|
// 4.7.0
|
|
// CmdId: 25562?
|
|
// Obf: PDPFPMMKOMC
|
|
message PlatformStartRouteNotify {
|
|
uint32 entity_id = 3;
|
|
uint32 scene_time = 4;
|
|
PlatformInfo platform = 10;
|
|
}
|