9 lines
131 B
Protocol Buffer
9 lines
131 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
// CmdId: 25175
|
||
|
// Obf: LABAJDKACOG
|
||
|
message GetSceneAreaReq {
|
||
|
uint32 scene_id = 15;
|
||
|
uint32 belong_uid = 8;
|
||
|
}
|