Home
last modified time | relevance | path

Searched refs:newInventory (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DHudSystem.java224 public void updateInventory(InventoryComponent.UpdateRecord newInventory) { in updateInventory() argument
225 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()