mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
Stage rewards fully working, fixed main quest again, cash shop working
This commit is contained in:
@@ -1855,4 +1855,15 @@ message ResProfileCardDecorationLayout {
|
||||
message ReqGetWallpaperInventory {}
|
||||
message ResGetWallpaperInventory {
|
||||
repeated int32 livewallpaperIds = 2;
|
||||
}
|
||||
|
||||
message NetInAppShopReceivableProductData {
|
||||
string ProductId = 1;
|
||||
string Token = 2;
|
||||
int32 SubTid = 3;
|
||||
}
|
||||
|
||||
message ReqGetInAppShopReceivableProductList {}
|
||||
message ResGetInAppShopReceivableProductList {
|
||||
repeated NetInAppShopReceivableProductData Data = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user