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