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