Enum NarrativeThread
An enum defining different kinds of narrative conversation threads.
Namespace: SociallyDistant.Core.Social
Assembly: SociallyDistant.Framework.dll
Syntax
public enum NarrativeThread
Fields
| Name | Description |
|---|---|
| Channel | A chat channel within a server. |
| DirectMessage | A direct message thread between two characters. |
| DirectMessageGroup | A direct message thread between any number of characters other than two. |