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