sync proto ForgeQueueData,GetScenePointRsp
This commit is contained in:
parent
665e17cb20
commit
6bfff64ce3
|
@ -20,9 +20,9 @@ option java_package = "emu.grasscutter.net.proto";
|
||||||
message ForgeQueueData {
|
message ForgeQueueData {
|
||||||
uint32 total_finish_timestamp = 13;
|
uint32 total_finish_timestamp = 13;
|
||||||
uint32 avatar_id = 8;
|
uint32 avatar_id = 8;
|
||||||
uint32 queue_id = 3;
|
uint32 finish_count = 3;
|
||||||
uint32 finish_count = 14;
|
uint32 queueId = 14;
|
||||||
uint32 next_finish_timestamp = 11;
|
uint32 unfinishCount = 11;
|
||||||
uint32 unfinish_count = 4;
|
uint32 next_finish_timestamp = 4;
|
||||||
uint32 forge_id = 15;
|
uint32 forge_id = 15;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,16 +20,16 @@ option java_package = "emu.grasscutter.net.proto";
|
||||||
// Obf: PMONCPENJMK
|
// Obf: PMONCPENJMK
|
||||||
message GetScenePointRsp {
|
message GetScenePointRsp {
|
||||||
repeated uint32 unlocked_point_list = 1;
|
repeated uint32 unlocked_point_list = 1;
|
||||||
repeated uint32 ELDLGKEKABI = 6;
|
repeated uint32 unhide_point_list = 6;
|
||||||
bool FBFJPEPMAOF = 9;
|
bool FBFJPEPMAOF = 9;
|
||||||
int32 retcode = 11;
|
int32 retcode = 11;
|
||||||
repeated uint32 GILIFDOOHFF = 12;
|
repeated uint32 unlock_area_list = 12;
|
||||||
repeated uint32 PPDDIADEDIC = 8;
|
repeated uint32 PPDDIADEDIC = 8;
|
||||||
repeated uint32 OGKCOCBLNLF = 10;
|
repeated uint32 OGKCOCBLNLF = 10;
|
||||||
repeated uint32 EBIFELCKPEA = 7;
|
repeated uint32 EBIFELCKPEA = 7;
|
||||||
repeated uint32 JJOHJDFINFN = 4;
|
repeated uint32 JJOHJDFINFN = 4;
|
||||||
uint32 belong_uid = 14;
|
uint32 belong_uid = 14;
|
||||||
repeated uint32 unlockAreaList = 13;
|
repeated uint32 JCLHNODLPOH = 13;
|
||||||
uint32 scene_id = 2;
|
uint32 scene_id = 2;
|
||||||
repeated uint32 unhide_point_list = 3;
|
repeated uint32 KOPAHGHMECF = 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue