C# Class SfSdk.Response.HallOfFameResponse

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

Public Methods

Method Description
HallOfFameResponse ( string args ) : System

Creates a new hall of fame response.

Method Details

HallOfFameResponse() public method

Creates a new hall of fame response.
When the arguments have not a minimum length of 1.
public HallOfFameResponse ( string args ) : System
args string The response arguments.
return System