mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -20,16 +20,16 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message Achievement {
|
||||
uint32 finish_timestamp = 11;
|
||||
Status status = 13;
|
||||
uint32 cur_progress = 12;
|
||||
uint32 id = 14;
|
||||
uint32 total_progress = 8;
|
||||
|
||||
enum Status {
|
||||
STATUS_INVALID = 0;
|
||||
STATUS_UNFINISHED = 1;
|
||||
STATUS_FINISHED = 2;
|
||||
STATUS_REWARD_TAKEN = 3;
|
||||
}
|
||||
|
||||
uint32 finish_timestamp = 8;
|
||||
uint32 cur_progress = 11;
|
||||
uint32 total_progress = 6;
|
||||
uint32 id = 14;
|
||||
Status status = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user