21 lines
522 B
Protocol Buffer
21 lines
522 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GetScenePointRsp {
|
|
repeated uint32 unlocked_point_list = 8;
|
|
repeated uint32 unhide_point_list = 11;
|
|
int32 retcode = 4;
|
|
repeated uint32 unlock_area_list = 14;
|
|
uint32 belong_uid = 15;
|
|
uint32 scene_id = 13;
|
|
|
|
bool APPFPHLAKBG = 7;
|
|
|
|
repeated uint32 BJLFHDFBAPG = 12;
|
|
repeated uint32 BAGPGJADDNL = 9;
|
|
repeated uint32 DOGDPAFIMJD = 10;
|
|
repeated uint32 NKBFPEFAAFF = 2;
|
|
repeated uint32 OMEDMKJFGCJ = 5;
|
|
repeated uint32 EHFLBENPPPB = 3;
|
|
}
|