gustav/source/areas/MessageArea.d

15 lines
319 B
D

/**
* MessageArea
*
* Represents the binding of a text entry, send button, user list (sometimes)
* and message log - basically the place where you message a channel or someone
*
* The sub-classes are "Direct Message" and "Channel"
*/
module areas.MessageArea;
public class MessageArea
{
/* TODO: Implement me */
}