GC-Proto/proto/GetScenePointRsp.proto

24 lines
794 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2022-11-06 15:30:21 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-03-07 05:02:26 +03:00
2023-04-11 11:18:47 +03:00
// CmdId: 299
// Name: GKBGCPGCPAE (3.5, help)
2022-11-06 15:30:21 +03:00
message GetScenePointRsp {
2023-04-11 11:18:47 +03:00
uint32 scene_id = 3;
repeated uint32 notInteractDungeonEntryList = 9; // JECOFNNDAJP
repeated uint32 toBeExploreDungeonEntryList = 14; // ELNACLNNKIO
uint32 belong_uid = 4;
repeated uint32 hide_point_list = 11; // GNNBFLNNODN
repeated uint32 locked_point_list = 2; // OLIIBIKADBB
repeated uint32 notExploredDungeonEntryList = 1; // CBNONONIPKH
repeated uint32 unlockAreaList = 7; // MLBGHEBJAOH
bool BJLCFHHIGJD = 10;
repeated uint32 unhide_point_list = 13; // BHLFAJLFEGC
repeated uint32 groupUnlimitPointList = 8; // MNOLEGHOAOB
int32 retcode = 6;
repeated uint32 unlocked_point_list = 12;
2022-11-06 15:30:21 +03:00
}
2023-03-07 05:02:26 +03:00