Exemple #1
0
 private void SetTextMessage(string text)
 {
     inputPanel.Clear();
     formInput           = new FormInput(1);
     formInput.inputs[0] = new FormText(text);
     inputPanel.SetTimerMessage(formInput);
 }