Interface IBranchDefinition
Namespace: SociallyDistant.Core.Chat
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IBranchDefinition
Properties
Message
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
string |
Target
Declaration
IProfile Target { get; }
Property Value
Type | Description |
---|---|
IProfile |
Methods
Pick()
Declaration
void Pick()