GC-Proto/proto/PlatformChangeRouteNotify.p...

12 lines
258 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlatformInfo.proto";
// 4.7.0
// CmdId: 28607
// Obf: PNNLCKEICNA
message PlatformChangeRouteNotify {
PlatformInfo platform = 12;
uint32 entity_id = 7;
uint32 scene_time = 8;
}