void setManaUI(float mana, float baseMana) { uIPlayGame.setManaUI(mana / baseMana); uIMenuManager.setManaUI(mana, baseMana); }