NahidaImpact/NahidaImpact.Protocol/GetSceneAreaRsp.proto

9 lines
141 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
// CmdId: 27029
// Obf: GOPJBKDDELB
message GetSceneAreaRsp {
uint32 scene_id = 2;
repeated uint32 area_id_list = 8;
}