示例#1
0
    //public
    public void OnClick()
    {
        inicio a = new inicio();

        StartCoroutine(a.Destribuir_Pedras(this.gameObject));


        //gameObject.GetComponent<Image>().color = Color.Lerp(new Color(1,1,1,0), Color.white, 1 * Time.deltaTime);

        //Debug.Log (this.gameObject.name + " Was Clicked. cova N."+inicio.Object_To_Cova_Numeber(this.gameObject));
    }