This commit is contained in:
HolographicHat
2023-12-24 23:59:24 +08:00
parent feb7ac44da
commit 2210a97d61
12 changed files with 69 additions and 135 deletions

View File

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