public TheHuntRegion(TheHuntStone pTheHuntStone, string name, Map map, Rectangle2D[] area) : base(name, map, 50, area) { this.TheHuntStone = pTheHuntStone; this.playerMobileBackupList = new List<Mobile>(); }
public TheHuntGump(Mobile from, TheHuntStone pTheHuntStone) : this() { caller = from; theHuntStone = pTheHuntStone; }
public TheHuntInviteGump(Mobile from, TheHuntStone pTheHuntStone) : this() { caller = from; theHuntStone = pTheHuntStone; this.InitializeGump(); }