mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-19 17:00:32 +00:00
7 lines
130 B
C#
7 lines
130 B
C#
namespace Ryujinx.Horizon
|
|
{
|
|
interface IService
|
|
{
|
|
abstract static void Main(ServiceTable serviceTable);
|
|
}
|
|
}
|