public TeleportEntry(Mobile from, AuctionMap map) : base(1154558, -1) // Teleport To Vendor { VendorMap = map; Clicker = from; Enabled = map.CheckItem(); }
public ConfirmTeleportGump(AuctionMap map, PlayerMobile pm) : base(pm, 10, 10) { AuctionMap = map; }
public OpenMapEntry(Mobile from, AuctionMap map) : base(3006150, -1) // Open Map { VendorMap = map; Clicker = from; }