Searched refs:newInventory (Results 1 – 1 of 1) sorted by relevance
224 public void updateInventory(InventoryComponent.UpdateRecord newInventory) { in updateInventory() argument225 mCoinDigitsChanged = (mCoinCount != newInventory.coinCount); in updateInventory()226 mRubyDigitsChanged = (mRubyCount != newInventory.rubyCount); in updateInventory()228 mCoinCount = newInventory.coinCount; in updateInventory()229 mRubyCount = newInventory.rubyCount; in updateInventory()