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