C# Class SfSdk.Response.CharacterResponse

The reponse type returned on SF.ActScreenChar, SF.RespPlayerScreen.
Triggered by action SF.ActScreenChar, SF.ActRequestChar.
Inheritance: ResponseWithSavegame, ICharacterResponse
Mostrar archivo Open project: ebeeb/SfSdk

Public Methods

Method Description
CharacterResponse ( string args ) : System

Creates a new character response.

Method Details

CharacterResponse() public method

Creates a new character response.
When the arguments have not a minimum length of 3.
public CharacterResponse ( string args ) : System
args string The response arguments.
return System