Esempio n. 1
0
    // Use this for initialization

    void OnParticleCollision(GameObject other)
    {
        BLEVE_Heating BH = other.transform.GetComponent <BLEVE_Heating>();

        if (BH != null)
        {
            BH.AddHeat(m_fireHeat);
        }
    }