GC-Proto/proto/GetScenePointRsp.proto

24 lines
783 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-04-11 06:14:48 +03:00
// CmdId: 299
// Name: GKBGCPGCPAE
2022-11-06 15:30:21 +03:00
message GetScenePointRsp {
2023-04-11 06:14:48 +03:00
uint32 scene_id = 3;
2023-04-18 01:07:56 +03:00
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
2023-04-11 06:14:48 +03:00
bool BJLCFHHIGJD = 10;
2023-04-18 01:07:56 +03:00
repeated uint32 unhide_point_list = 13; // BHLFAJLFEGC
repeated uint32 groupUnlimitPointList = 8; // MNOLEGHOAOB
2023-04-11 06:14:48 +03:00
int32 retcode = 6;
repeated uint32 unlocked_point_list = 12;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00