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