Re-implement chat in content. (#198)
* OOC is a word. * Re-implement chat in content.
This commit is contained in:
committed by
GitHub
parent
51caae7ebe
commit
52af7d27da
11
Content.Client/Interfaces/Chat/IChatManager.cs
Normal file
11
Content.Client/Interfaces/Chat/IChatManager.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Client.Chat;
|
||||
|
||||
namespace Content.Client.Interfaces.Chat
|
||||
{
|
||||
public interface IChatManager
|
||||
{
|
||||
void Initialize();
|
||||
|
||||
void SetChatBox(ChatBox chatBox);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user