C# Class SfSdk.Response.ResponseWithSavegame

A base class of type IResponse containing the arguments of the response.
Inheritance: ResponseBase, IResponseWithSaveGame
Mostrar archivo Open project: ebeeb/SfSdk

Protected Methods

Method Description
ResponseWithSavegame ( string args ) : System

Creates a new response with savegame.

Method Details

ResponseWithSavegame() protected method

Creates a new response with savegame.
When the arguments have not a minimum length of 1.
protected ResponseWithSavegame ( string args ) : System
args string The response arguments.
return System