10 lines
155 B
Protocol Buffer
10 lines
155 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// CmdId: 28443
|
||
|
// Obf: GNAGNBFBJEB
|
||
|
message SceneTransToPointRsp {
|
||
|
int32 retcode = 12;
|
||
|
uint32 point_id = 10;
|
||
|
uint32 scene_id = 4;
|
||
|
}
|