7 lines
149 B
C#
7 lines
149 B
C#
|
namespace Ryujinx.HLE.HOS.Services.Ns.Aoc
|
||
|
{
|
||
|
class IContentsServiceManager : IpcService
|
||
|
{
|
||
|
public IContentsServiceManager() { }
|
||
|
}
|
||
|
}
|