1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-05-11 01:49:52 +03:00
GC-Proto/proto/PlatformStopRouteNotify.proto
2024-08-21 13:31:37 +08:00

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;
}