RpcReleaseNotesCommand.cs 212 B

12345678910
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace InABox.Rpc
  5. {
  6. public class RpcReleaseNotesCommand : IRpcCommand<RpcReleaseNotesParameters, RpcReleaseNotesResult>
  7. {
  8. }
  9. }