mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-22 11:54:36 +01:00
misc changes
This commit is contained in:
@@ -1052,7 +1052,7 @@ message ResGetWeeklyRewardedData {
|
||||
|
||||
message ReqGetDailyRewardedData {}
|
||||
message ResGetDailyRewardedData {
|
||||
repeated NetEventWithJoinData eventWithJoinData = 3;
|
||||
repeated int32 ids = 3;
|
||||
}
|
||||
|
||||
message NetPassRankData {
|
||||
|
||||
@@ -19,4 +19,14 @@ message TacticAcademyClearLessonRequest {
|
||||
message TacticAcademyClearLessonResponse {
|
||||
int32 LessonId = 2;
|
||||
repeated NetUserCurrencyData RemainingCurrency = 4;
|
||||
}
|
||||
|
||||
// Battle reward / wipeout
|
||||
message DoWipeOutRequest {
|
||||
|
||||
}
|
||||
message DoWipeOutResponse {
|
||||
int32 WipeoutCount = 2;
|
||||
NetRewardData Reward = 3;
|
||||
repeated NetUserCurrencyData Currency = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user