mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-24 07:27:10 +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() { }
|
|
}
|
|
}
|