C# Класс SfSdk.Response.CharacterResponse

The reponse type returned on SF.ActScreenChar, SF.RespPlayerScreen.
Triggered by action SF.ActScreenChar, SF.ActRequestChar.
Наследование: ResponseWithSavegame, ICharacterResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
CharacterResponse ( string args ) : System

Creates a new character response.

Описание методов

CharacterResponse() публичный Метод

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.
Результат System