Exemple #1
0
        public override void OnDeath(Container c)
        {
            Talon4 t4 = new Talon4();

            t4.Map      = this.Map;
            t4.Location = this.Location;

            base.OnDeath(c);
            c.Delete();
        }
 public override void OnDeath(Container c)
 {
     Talon4 t4 = new Talon4();
     t4.Map = this.Map;
     t4.Location = this.Location;
     
     base.OnDeath(c);
     c.Delete();
 }