IShopServiceAsync.cs 214 B

1234567
  1. namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor
  2. {
  3. class IShopServiceAsync : IpcService
  4. {
  5. public IShopServiceAsync() { }
  6. }
  7. }