public void IncreaseSoftSkillPoints(int amount)
 {
     characterStatus.IncreaseSoftSkillPoints(amount);
     OnSoftSkillPointsUpdated?.Invoke();
 }