GC-Proto/proto/GetScenePointRsp.proto

21 lines
577 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-05-22 14:51:09 +03:00
// 4.6.0
// CmdId: 831
2022-11-06 15:30:21 +03:00
message GetScenePointRsp {
2024-05-23 21:57:06 +03:00
bool CPNKHEDGHHL = 1;
uint32 scene_id = 2;
uint32 belong_uid = 3;
2024-05-22 14:51:09 +03:00
int32 retcode = 14;
2024-05-23 21:57:06 +03:00
repeated uint32 unhide_point_list = 4;//2
repeated uint32 AKHAPPFGOGM = 5;//1
repeated uint32 HNFMMECDIGB = 6;//1
repeated uint32 HJIEJPPDLKO = 7;//1
repeated uint32 DKKKDOJPNOK = 9;//1
repeated uint32 unlocked_point_list = 10;//1 may be
repeated uint32 MDCKMMJDEHG = 12;//2
repeated uint32 KIBAPLIMEHA = 13;//2
repeated uint32 unlock_area_list = 15;//1
2022-11-06 15:30:21 +03:00
}