mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-11-19 01:13:44 +00:00
8 lines
130 B
C#
8 lines
130 B
C#
namespace Ryujinx.Horizon
|
|
{
|
|
interface IService
|
|
{
|
|
abstract static void Main(ServiceTable serviceTable);
|
|
}
|
|
}
|