WIP: Message areas

This commit is contained in:
Tristan B. Kildaire 2021-01-28 11:33:11 +02:00
parent 638b1bfa9b
commit d4912089b1

13
source/MessageArea.d Normal file
View File

@ -0,0 +1,13 @@
/**
* 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"
*/
public class MessageArea
{
/* TODO: Implement me */
}