mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-23 23:17:10 +02:00
8 lines
No EOL
184 B
C#
8 lines
No EOL
184 B
C#
namespace Ryujinx.HLE.HOS.Services.Nim
|
|
{
|
|
[Service("nim:shp")]
|
|
class IShopServiceManager : IpcService
|
|
{
|
|
public IShopServiceManager(ServiceCtx context) { }
|
|
}
|
|
} |