This commit is contained in:
HolographicHat
2024-03-14 23:55:36 +08:00
parent cc346915e3
commit 1f311ed987
5 changed files with 24 additions and 32 deletions

View File

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