GC-Proto/proto/ForgeQueueData.proto

17 lines
408 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-02-28 06:08:38 +03:00
// Name: DBDNABMNFAO
2022-11-06 15:30:21 +03:00
message ForgeQueueData {
2023-04-09 10:56:27 +03:00
uint32 finish_count = 11; //NEGHCLJNONO
2023-02-28 06:08:38 +03:00
uint32 avatar_id = 13;
uint32 forge_id = 3;
2023-04-09 10:56:27 +03:00
uint32 queue_id = 6; //IJIGJHCPBIO
uint32 next_finish_timestamp = 5; //DPLHKMGEIKA
uint32 unfinish_count = 2; //GFMEEGMBJKI
uint32 total_finish_timestamp = 10; //KOLFAOPJMFA
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00