Exemplo n.º 1
0
 public void PromptInvalidAction(string error)
 {
     text.SetText("Error: Invalid Action. " + error);
     image.color = new Color(1, 0, 0, 0.25f);
     banner.Activate();
 }
Exemplo n.º 2
0
 private void Prompt(string message)
 {
     text.SetText(message);
     banner.Activate();
 }