Exemplo n.º 1
0
 public SearchWhirlwindItem(WhirlwindItem wwItem)
 {
     this.bookInfo = wwItem.BookInfo;
     this.sprite = wwItem.Sprite;
 }
Exemplo n.º 2
0
 // only call this from WhirlwindItem.Enlarge()
 // open the UI for enlarge selection of selected item
 public void EnterEnlargeSelection(WhirlwindItem wwItem)
 {
     EnterEnlargeSelection(new SearchWhirlwindItem(wwItem));
 }