EvilMindDevs / hms-sdk-unity

Unity C# wrapper SDK for Huawei Mobile Services kits.
MIT License
25 stars 23 forks source link

[HUP-824] Update: Add BaseReq class and update related classes. #142

Closed Andronovo-bit closed 7 months ago

Andronovo-bit commented 7 months ago

New Features

Added the BaseReq class, which is now the base class for ConsumeOwnedPurchaseReq, OwnedPurchasesReq, ProductInfoReq, and PurchaseIntentReq.

@alihan98ersoy