This commit is contained in:
HolographicHat
2024-07-17 18:12:24 +08:00
parent f737122247
commit 793ad075fe
6 changed files with 18 additions and 32 deletions

View File

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