mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-23 19:22:25 +01:00
8 lines
105 B
C#
8 lines
105 B
C#
|
namespace Ryujinx.Horizon
|
|||
|
{
|
|||
|
interface IService
|
|||
|
{
|
|||
|
abstract static void Main();
|
|||
|
}
|
|||
|
}
|