GC-Proto/proto/GetAllSceneGalleryInfoRsp.proto
2023-02-28 09:12:44 +08:00

14 lines
257 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "SceneGalleryInfo.proto";
// Name: NDFIMLKDALE
// CmdId: 5582
message GetAllSceneGalleryInfoRsp {
repeated SceneGalleryInfo gallery_info_list = 6;
int32 retcode = 9;
}