(84bcafc68) Added "text picker menu" to ItemMsgs, replace """ with a quotation mark in texts

This commit is contained in:
Joonas Rikkonen
2019-04-15 12:08:39 +03:00
parent 21a1b05ae7
commit 45be409a84
3 changed files with 21 additions and 1 deletions
@@ -190,7 +190,7 @@ namespace Barotrauma.Items.Components
get { return name; }
}
[Editable, Serialize("", true)]
[Editable, Serialize("", true, translationTextTag: "ItemMsg")]
public string Msg
{
get;