Ejemplo n.º 1
0
    public void onClick()
    {
        ScenarioManager script = this.gameObject.transform.parent.gameObject.GetComponent <ScenarioManager>();

        script.RemoveAlertBox(this.gameObject);
    }