Beispiel #1
0
 /// <summary>
 /// Locates a bank booth with the counter color from the Varrock west bank
 /// </summary>
 /// <param name="bankBooth"></param>
 /// <returns>true if a bank booth is found</returns>
 internal bool LocateBankBoothVarrock(out Blob bankBooth)
 {
     return(LocateBankBooth(RGBHSBRangeFactory.BankBoothVarrockWest(), out bankBooth));
 }