public void prompyBuyLocation() { print("free arrived!"); GUImanager.showImage(TILE_TYPE.FREE, this.tileImageInfo); }
public void prompyBuyLocation() { print("residential arrived!"); GUImanager.showImage(TILE_TYPE.RESIDENCE, this.tileImageInfo); }
public void prompyBuyLocation() { GUImanager.showImage(TILE_TYPE.FACTORY, this.tileImageInfo); }
public void prompyBuyLocation() { print("Other arrived!"); GUImanager.showImage(TILE_TYPE.OTHER, this.tileImageInfo); }
public void prompyBuyLocation() { print("business arrived!"); GUImanager.showImage(TILE_TYPE.BUSSINESS, this.tileImageInfo); }
public void prompyBuyLocation() { print("Innovative arrived!"); GUImanager.showImage(TILE_TYPE.INNOVATIVE, this.tileImageInfo); }
public void prompyBuyLocation() { print("empty arrived!"); GUImanager.showImage(TILE_TYPE.EMPTY, this.tileImageInfo); // GUImanager.showImage(TILE_TYPE.BUSSINESS); }