NahidaImpact/NahidaImpact.Protocol/GetSceneAreaRsp.proto
2024-01-04 16:48:39 +03:00

8 lines
141 B
Protocol Buffer

syntax = "proto3";
// CmdId: 27029
// Obf: GOPJBKDDELB
message GetSceneAreaRsp {
uint32 scene_id = 2;
repeated uint32 area_id_list = 8;
}