This commit is contained in:
HolographicHat
2024-06-06 02:07:56 +08:00
parent 520167ef85
commit f737122247
4 changed files with 13 additions and 12 deletions

View File

@@ -10,12 +10,12 @@ message Achievement {
REWARD_TAKEN = 3;
}
uint32 timestamp = 13;
uint32 current = 6;
uint32 current = 15;
uint32 total = 9;
uint32 id = 1;
Status status = 2;
uint32 id = 14;
Status status = 8;
}
message AchievementAllDataNotify {
repeated Achievement list = 11;
repeated Achievement list = 8;
}