18 lines
313 B
Protocol Buffer
18 lines
313 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "Status.proto";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: IMEFDIKAJBD
|
|
message Achievement {
|
|
// Name: JPGOFPINCMO > Status
|
|
uint32 cur_progress = 2;
|
|
uint32 finish_timestamp = 13;
|
|
Status status = 6;
|
|
uint32 total_progress = 5;
|
|
uint32 id = 9;
|
|
}
|
|
|