mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-12 09:28:16 +08:00
3.8
This commit is contained in:
@@ -9,13 +9,13 @@ message Achievement {
|
||||
FINISHED = 2;
|
||||
REWARD_TAKEN = 3;
|
||||
}
|
||||
uint32 timestamp = 15;
|
||||
uint32 current = 5;
|
||||
uint32 total = 14;
|
||||
uint32 id = 3;
|
||||
uint32 timestamp = 3;
|
||||
uint32 current = 9;
|
||||
uint32 total = 11;
|
||||
uint32 id = 14;
|
||||
Status status = 10;
|
||||
}
|
||||
|
||||
message AchievementAllDataNotify {
|
||||
repeated Achievement list = 4;
|
||||
repeated Achievement list = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user