Speech bubbles yo.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using Content.Client.Chat;
|
||||
using Robust.Client;
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.Interfaces.Chat
|
||||
{
|
||||
@@ -6,6 +8,10 @@ namespace Content.Client.Interfaces.Chat
|
||||
{
|
||||
void Initialize();
|
||||
|
||||
void FrameUpdate(RenderFrameEventArgs delta);
|
||||
|
||||
void SetChatBox(ChatBox chatBox);
|
||||
|
||||
void RemoveSpeechBubble(EntityUid entityUid, SpeechBubble bubble);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user