Exemple #1
0
    public void FlyCoin(int type)
    {
        GameObject go = GameObject.Find("BtnCredits");

        ExplodeCoin.MoveTo(type, go.transform.position);
    }