This commit is contained in:
HolographicHat
2023-07-06 14:31:55 +08:00
parent 29c57cbc1e
commit 849f379ca5
6 changed files with 26 additions and 26 deletions

View File

@@ -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;
}