GC-Proto/proto/ForgeQueueData.proto

17 lines
415 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-04-11 11:18:47 +03:00
uint32 queue_id = 5; // LFKLAHBIMHG
uint32 finish_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;
uint32 total_finish_timestamp = 11; // HANICBEMMJM
uint32 unfinish_count = 1; // EBFDNIFEKBN
uint32 next_finish_timestamp = 15; // JHCELCAALGH
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00