public void EndPlace(Mobile from, Point3D loc) { if (from == null) { return; } this.Delete(); SiegeCannon cannon = new SiegeCannon(); cannon.Location = loc; cannon.Map = from.Map; }
public void EndPlace(Mobile from, Point3D loc) { if (from == null) return; this.Delete(); SiegeCannon cannon = new SiegeCannon(); cannon.Location = loc; cannon.Map = from.Map; }