Exemple #1
0
 public override void Accept(ColVisitor other)
 {
     other.VisitShieldColumn(this);
 }
Exemple #2
0
        //~ShieldColumn()
        //{
        //}

        public override void Accept(ColVisitor other)
        {
            // Important: at this point we have an Alien
            // Call the appropriate collision reaction
            other.VisitShieldColumn(this);
        }
Exemple #3
0
 public override void Accept(ColVisitor other)
 {
     //Debug.WriteLine("ShieldColumn Accepts");
     other.VisitShieldColumn(this);
 }