GC-Proto/proto/ExitTransPointRegionNotify....

10 lines
192 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-04 14:27:43 +03:00
// 4.7.0
// CmdId: 8012
// BHLPGMLLKJK
2022-11-06 15:30:21 +03:00
message ExitTransPointRegionNotify {
2024-07-04 14:27:43 +03:00
uint32 point_id = 9;
uint32 scene_id = 6;
2022-11-06 15:30:21 +03:00
}