|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| EmojiCommand () | |
| void | Initialize () |
| void | ProcessIncomingMessage (string text, byte clientId) |
| void | ProcessOutgoingMessage (ChatMessage message) |
| void | PrintWarning (string text) |
Static Public Attributes | |
| const int | PlayerEmojiDuration = 360 |
Private Attributes | |
| readonly Dictionary< LocalizedText, int > | _byName = new Dictionary<LocalizedText, int>() |
Definition at line 9 of file EmojiCommand.cs.