mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 16:04:36 +01:00
Fix profile view, fix shop not unlocking
This commit is contained in:
@@ -15,6 +15,7 @@ namespace nksrv.LobbyServer.Msgs.Shop.InApp
|
||||
var req = await ReadData<ReqGetSubscription>();
|
||||
|
||||
var response = new ResGetSubscription();
|
||||
|
||||
// TODO
|
||||
WriteData(response);
|
||||
}
|
||||
|
||||
@@ -15,6 +15,7 @@ namespace nksrv.LobbyServer.Msgs.Shop.InApp
|
||||
var x = await ReadData<ReqGetInAppShopData>();
|
||||
|
||||
var response = new ResGetInAppShopData();
|
||||
|
||||
// TODO
|
||||
|
||||
WriteData(response);
|
||||
|
||||
Reference in New Issue
Block a user