Beispiel #1
0
    public void big_fire_ring()
    {
        //judge mana

        fireball fb = com.p.fr.Remove();

        if (fb != null)
        {
            fb.destory();
            Instantiate(big_fire_ring_go, com.p.transform.position, Quaternion.Euler(Vector3.zero));
        }
    }