mirror of
https://github.com/DerTyp7/defrain-shooter-unity.git
synced 2025-10-30 04:57:10 +01:00
backbtn
This commit is contained in:
@@ -35,7 +35,7 @@ public class InputValidator : MonoBehaviour
|
||||
}
|
||||
else if(InputType== TypeOfInput.IP)
|
||||
{
|
||||
inputField.contentType = TMP_InputField.ContentType.Alphanumeric;
|
||||
inputField.contentType = TMP_InputField.ContentType.Standard;
|
||||
}
|
||||
|
||||
inputField.onValueChanged.AddListener(delegate { ValueChangeCheck(); });
|
||||
|
||||
Reference in New Issue
Block a user