18 lines
314 B
Protocol Buffer
18 lines
314 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "Status.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: PBPLDMMEGBO
|
|
message Achievement {
|
|
// Name: OPFLKOJMOIG > Status
|
|
|
|
uint32 total_progress = 4;
|
|
uint32 finish_timestamp = 9;
|
|
Status status = 2;
|
|
uint32 id = 10;
|
|
uint32 cur_progress = 3;
|
|
}
|
|
|