GC-Proto/proto/HomeGetArrangementInfoRsp.p...

21 lines
378 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "HomeSceneArrangementInfo.proto";
message HomeGetArrangementInfoRsp {
//enum GGKHICMEPOE {
// option allow_alias= true;
// NONE = 0;
// PEPPOHPHJOJ = 4624;
// DCDNILFDFLB = 0;
// NNBKOLMPOEA = 1;
//}
int32 retcode = 3;
repeated HomeSceneArrangementInfo sceneArrangementInfoList = 10;
}