* #71
This commit is contained in:
HolographicHat
2023-09-28 18:48:00 +08:00
parent 78bda3f49c
commit f41fe6fb12
7 changed files with 18 additions and 18 deletions

View File

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