This commit is contained in:
HolographicHat
2024-04-24 23:26:24 +08:00
parent 1f080fe084
commit 9cab7e8702
5 changed files with 13 additions and 13 deletions

View File

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