Interface IChatBox
public interface IChatBox
- Extension Methods
Properties
Messages
string[] Messages { get; }
Property Value
- string[]
OnMessageAdded
Action<ChatMessageType, string> OnMessageAdded { get; set; }
Property Value
Methods
AddMessage(ChatMessageType, string)
void AddMessage(ChatMessageType type, string msg)
Parameters
typeChatMessageTypemsgstring