blob: 81d892c5d239ee51ab29f533eb0f441c4585ccdc (
plain) (
blame)
1
2
3
4
5
6
7
|
namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor
{
class IShopServiceAsync : IpcService
{
public IShopServiceAsync() { }
}
}
|