IRPCCommand.cs 131 B

12345678910
  1. using System;
  2. using InABox.Core;
  3. namespace InABox.IPC
  4. {
  5. public interface IRPCCommand<TProperties,TResult> { }
  6. }