IService.cs 105 B

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