We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7425c1b commit fd5a35fCopy full SHA for fd5a35f
Assets/BossRoom/Scripts/Client/UI/PopupPanel.cs
@@ -59,7 +59,7 @@ public class PopupPanel : MonoBehaviour
59
60
private const string k_DefaultConfirmText = "OK";
61
62
- static readonly char[] k_InputFieldIncludeChars = new[] { '.' };
+ static readonly char[] k_InputFieldIncludeChars = new[] { '.', '_' };
63
64
/// <summary>
65
/// Setup this panel to be a panel view to have the player enter the game, complete with the ability for the player to
0 commit comments