GC-Proto/proto/GetScenePointRsp.proto

22 lines
595 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-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-01 19:20:18 +03:00
repeated uint32 LHGAOJELAMA = 3;
repeated uint32 FKDLJELPPOJ = 13;
int32 retcode = 2;
repeated uint32 hide_point_list = 12;
repeated uint32 LLLIACPHNEH = 7;
uint32 belong_uid = 8;
repeated uint32 KBGDANIJLFK = 11;
repeated uint32 unlockAreaList = 14;
bool PGBKOMBKBKG = 5;
repeated uint32 unhidePointList = 10;
repeated uint32 HJLALADBFAC = 15;
uint32 scene_id = 6;
repeated uint32 unlocked_point_list = 4;
2022-11-06 15:30:21 +03:00
}