Exemplo n.º 1
0
        public override void OnDeath(Container c)
        {
            Grandma2 s2 = new Grandma2();
            s2.Map = this.Map;
            s2.Location = this.Location;

            base.OnDeath(c);
            c.Delete();
        }