public void ChangeAP(int amount) { currentAP += amount; ManageAttributesButtons(); gui.SetCharacterAPAmount(currentAP); }