6 lines
98 B
Protocol Buffer
6 lines
98 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message UnlockTransPointReq {
|
||
|
uint32 scene_id = 10;
|
||
|
uint32 point_id = 5;
|
||
|
}
|