8 lines
133 B
Protocol Buffer
8 lines
133 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// CmdId: 26498
|
|
// Obf: EBDJGELLMOF
|
|
message SceneTransToPointReq {
|
|
uint32 scene_id = 4;
|
|
uint32 point_id = 1;
|
|
}
|