Added enum types (#2701)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Client.Chat
|
||||
{
|
||||
public abstract class SpeechBubble : Control
|
||||
{
|
||||
public enum SpeechType
|
||||
public enum SpeechType : byte
|
||||
{
|
||||
Emote,
|
||||
Say
|
||||
|
||||
Reference in New Issue
Block a user