mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-17 02:57:44 +02:00
7 lines
212 B
C#
7 lines
212 B
C#
namespace Ryujinx.HLE.HOS.Services.Nim.ShopServiceAccessServerInterface.ShopServiceAccessServer.ShopServiceAccessor
|
|
{
|
|
class IShopServiceAsync : IpcService
|
|
{
|
|
public IShopServiceAsync() { }
|
|
}
|
|
}
|