GC-Proto/proto/PlatformStopRouteNotify.proto

12 lines
257 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "PlatformInfo.proto";
// 4.7.0
// CmdId: 25803
// Obf: KLLCCCBJCDL?
message PlatformStopRouteNotify {
uint32 scene_time = 2;
PlatformInfo platform = 5;
uint32 entity_id = 12;
}