Ryujinx/Ryujinx.Horizon/IService.cs

8 lines
105 B
C#

namespace Ryujinx.Horizon
{
interface IService
{
abstract static void Main();
}
}