IService.cs 130 B

1234567
  1. namespace Ryujinx.Horizon
  2. {
  3. interface IService
  4. {
  5. abstract static void Main(ServiceTable serviceTable);
  6. }
  7. }