gustav/source/areas/MessageArea.d

15 lines
319 B
D
Raw Normal View History

2021-01-28 09:33:11 +00:00
/**
* 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"
*/
2021-01-28 09:41:19 +00:00
module areas.MessageArea;
2021-01-28 09:33:11 +00:00
public class MessageArea
{
/* TODO: Implement me */
}