public void RaiseLevel() { InventoryPersist.setBathLevel(InventoryPersist.getBathLevel() + 1); SetMaterial(InventoryPersist.getBathLevel()); }