mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-24 11:07:44 +02:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace Ryujinx.Horizon
|
|
{
|
|
interface IService
|
|
{
|
|
abstract static void Main(ServiceTable serviceTable);
|
|
}
|
|
}
|