Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Combat.Response"/> class.
 /// </summary>
 /// <param name='responseContext'>
 /// Response context.
 /// </param>
 public Response(ResponseContext responseContext)
 {
     _responseContext = responseContext;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Combat.Request"/> class.
 /// </summary>
 /// <param name='responseContext'>
 /// Response context.
 /// </param>
 public Request(ResponseContext responseContext)
 {
     _responseContext = responseContext;
 }