GC-Proto/proto/ForgeQueueData.proto

16 lines
409 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-04-11 11:18:47 +03:00
// Name: NFBBOLGMJHK
2022-11-06 15:30:21 +03:00
message ForgeQueueData {
2023-05-13 18:55:30 +03:00
uint32 total_finish_timestamp = 5; //LFKLAHBIMHG
uint32 unfinish_count = 12; //ANEHHKAEKNL
2023-02-28 06:08:38 +03:00
uint32 avatar_id = 13;
2023-04-11 11:18:47 +03:00
uint32 forge_id = 14;
2023-05-13 18:55:30 +03:00
uint32 finish_count = 11; //HANICBEMMJM
uint32 next_finish_timestamp = 1; //EBFDNIFEKBN
uint32 queue_id = 15; //JHCELCAALGH
2022-11-06 15:30:21 +03:00
}