mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto part 8
This commit is contained in:
@@ -2,20 +2,22 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: ODCLFBBMOFA
|
||||
// CmdId: 229
|
||||
message GetScenePointRsp {
|
||||
repeated uint32 LHGAOJELAMA = 3;
|
||||
repeated uint32 FKDLJELPPOJ = 13;
|
||||
repeated uint32 notInteractDungeonEntryList = 3; //LHGAOJELAMA
|
||||
repeated uint32 toBeExploreDungeonEntryList = 13; //FKDLJELPPOJ
|
||||
int32 retcode = 2;
|
||||
repeated uint32 hide_point_list = 12;
|
||||
repeated uint32 LLLIACPHNEH = 7;
|
||||
repeated uint32 unhide_point_list = 7; //LLLIACPHNEH
|
||||
uint32 belong_uid = 8;
|
||||
repeated uint32 KBGDANIJLFK = 11;
|
||||
repeated uint32 unlockAreaList = 14;
|
||||
bool PGBKOMBKBKG = 5;
|
||||
repeated uint32 unhidePointList = 10;
|
||||
repeated uint32 HJLALADBFAC = 15;
|
||||
repeated uint32 unlockAreaList = 11; //KBGDANIJLFK
|
||||
repeated uint32 notExploredDungeonEntryList = 14; //LEAMLBEEBMN
|
||||
bool PGBKOMBKBKG = 5; // new field
|
||||
repeated uint32 locked_point_list = 10; //JOMDNANCHND
|
||||
repeated uint32 groupUnlimitPointList = 15; //HJLALADBFAC
|
||||
uint32 scene_id = 6;
|
||||
repeated uint32 unlocked_point_list = 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user