9 lines
No EOL
145 B
Protocol Buffer
9 lines
No EOL
145 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "Vector.proto";
|
|
|
|
message PersonalSceneJumpRsp {
|
|
uint32 dest_scene_id = 6;
|
|
Vector dest_pos = 7;
|
|
int32 retcode = 1;
|
|
} |