mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2026-01-02 23:47:18 +00:00
9 lines
125 B
C#
9 lines
125 B
C#
using Ryujinx.Horizon.Sdk.Sf;
|
|
|
|
namespace Ryujinx.Horizon.Sdk.Hshl
|
|
{
|
|
interface IManager : IServiceObject
|
|
{
|
|
}
|
|
}
|