mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
408 B
Protocol Buffer
17 lines
408 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DBDNABMNFAO
|
|
message ForgeQueueData {
|
|
uint32 finish_count = 11; //NEGHCLJNONO
|
|
uint32 avatar_id = 13;
|
|
uint32 forge_id = 3;
|
|
uint32 queue_id = 6; //IJIGJHCPBIO
|
|
uint32 next_finish_timestamp = 5; //DPLHKMGEIKA
|
|
uint32 unfinish_count = 2; //GFMEEGMBJKI
|
|
uint32 total_finish_timestamp = 10; //KOLFAOPJMFA
|
|
}
|
|
|