GC-Proto/proto/GetScenePointRsp.proto

20 lines
542 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-04-21 23:51:36 +03:00
2024-06-23 18:33:14 +03:00
// 4.7.0
2024-07-02 21:31:20 +03:00
// CmdId: 7225
2022-11-06 15:30:21 +03:00
message GetScenePointRsp {
2024-07-02 21:31:20 +03:00
uint32 scene_id = 1;
int32 retcode = 2;
repeated uint32 MLNFAFFPPOP = 3;
repeated uint32 GLPBJFLCKCL = 4;
repeated uint32 unlock_area_list = 6;
bool LEPDAGALLND = 7;
repeated uint32 FJNNNLIJJBL = 8;
uint32 belong_uid = 9;
repeated uint32 unhide_point_list = 10;
repeated uint32 NEAHFHGMEKK = 11;
repeated uint32 DGFPDBCEBHH = 12;
repeated uint32 CKNEJGMGCKL = 13;
repeated uint32 unlocked_point_list = 14;
}