GC-Proto/proto/GetScenePointRsp.proto

24 lines
774 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-03-01 19:20:18 +03:00
// Name: ODCLFBBMOFA
2023-02-28 06:08:38 +03:00
// CmdId: 229
2022-11-06 15:30:21 +03:00
message GetScenePointRsp {
2023-03-07 05:02:26 +03:00
repeated uint32 notInteractDungeonEntryList = 3; //LHGAOJELAMA
repeated uint32 toBeExploreDungeonEntryList = 13; //FKDLJELPPOJ
2023-03-01 19:20:18 +03:00
int32 retcode = 2;
repeated uint32 hide_point_list = 12;
2023-03-11 18:42:44 +03:00
repeated uint32 locked_point_list = 7; //LLLIACPHNEH
2023-03-01 19:20:18 +03:00
uint32 belong_uid = 8;
2023-03-11 18:42:44 +03:00
repeated uint32 notExploredDungeonEntryList = 11; //KBGDANIJLFK
repeated uint32 unlockAreaList = 14; //LEAMLBEEBMN
2023-03-07 05:02:26 +03:00
bool PGBKOMBKBKG = 5; // new field
2023-03-11 18:42:44 +03:00
repeated uint32 unhide_point_list = 10; //JOMDNANCHND
2023-03-07 05:02:26 +03:00
repeated uint32 groupUnlimitPointList = 15; //HJLALADBFAC
2023-03-01 19:20:18 +03:00
uint32 scene_id = 6;
repeated uint32 unlocked_point_list = 4;
2022-11-06 15:30:21 +03:00
}
2023-03-07 05:02:26 +03:00