Fix profile view, fix shop not unlocking

This commit is contained in:
Mikhail
2024-07-06 11:07:26 -04:00
parent 0e193323ad
commit c623d9b321
7 changed files with 22 additions and 18 deletions

View File

@@ -15,6 +15,7 @@ namespace nksrv.LobbyServer.Msgs.Shop.InApp
var req = await ReadData<ReqGetSubscription>();
var response = new ResGetSubscription();
// TODO
WriteData(response);
}

View File

@@ -15,6 +15,7 @@ namespace nksrv.LobbyServer.Msgs.Shop.InApp
var x = await ReadData<ReqGetInAppShopData>();
var response = new ResGetInAppShopData();
// TODO
WriteData(response);