StartupOutput.cs 124 B

12345678910
  1. using System;
  2. namespace Standard;
  3. internal struct StartupOutput
  4. {
  5. public IntPtr hook;
  6. public IntPtr unhook;
  7. }