Ejemplo n.º 1
0
        public override void VisitShieldZone(ShieldZone pShieldZone)
        {
            //Debug.WriteLine("in Missile, visit from ShieldZone");
            GameObject pGameObj = (GameObject)pShieldZone.GetFirstChild();

            ColPair.FwdCollide(this, pGameObj);
        }
Ejemplo n.º 2
0
        public override void VisitShieldZone(ShieldZone pShieldZone)
        {
            //Debug.WriteLine("in Bomb, visit from ShieldZone");
            GameObject pGameObj = (GameObject)pShieldZone.GetFirstChild();

            // Always set Bomb as ObjB
            ColPair.FwdCollide(this, pGameObj);
        }