C# Class EventAI.TextAI

Exibir arquivo Open project: Konctantin/EventAICreator Class Usage Examples

Public Properties

Property Type Description
Comment string
ContentDefault string
ContentLocale string[]
Emote int
ID int
Lenguage int
Sound int
Type int

Public Methods

Method Description
TextAI ( ) : System
ToArray ( ) : string[]

Method Details

TextAI() public method

public TextAI ( ) : System
return System

ToArray() public method

public ToArray ( ) : string[]
return string[]

Property Details

Comment public_oe property

public string Comment
return string

ContentDefault public_oe property

public string ContentDefault
return string

ContentLocale public_oe property

public string[] ContentLocale
return string[]

Emote public_oe property

public int Emote
return int

ID public_oe property

public int ID
return int

Lenguage public_oe property

public int Lenguage
return int

Sound public_oe property

public int Sound
return int

Type public_oe property

public int Type
return int