Add placeholder for game chat.

This commit is contained in:
Pieter-Jan Briers
2019-07-19 01:20:43 +02:00
parent b281cc28a1
commit a3b0127328

View File

@@ -247,6 +247,7 @@ namespace Content.Client.GameTicking
_userInterfaceManager.StateRoot.AddChild(_gameHud.RootControl);
_chatManager.SetChatBox(_gameChat);
_gameChat.DefaultChatFormat = "say \"{0}\"";
_gameChat.Input.PlaceHolder = _localization.GetString("Say something! [ for OOC");
}
private enum TickerState