Enum ChatChannelType
Enumerates the chat channel types.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum ChatChannelType : ushort
Fields
| Name | Description |
|---|---|
| Game | The default game channel. |
| Help | The help channel. |
| None | No channel type. |
| Private | A private chat channel. |
| RealLife | The real-life channel. |
| RuleViolations | The rule violations channel. |
| Trade | The trade channel. |