Speech bubbles yo.

This commit is contained in:
Pieter-Jan Briers
2019-07-30 23:13:05 +02:00
parent 388cc8fdde
commit 0086e60b6a
5 changed files with 366 additions and 24 deletions

View File

@@ -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);
}
}