public void UpLevelSoftSkill() { if (charactersStatusController.HasSoftSkillStatusPointEnough(_cureentSoftSkillUpgrade)) { charactersStatusController.UpgradeSoftSkillStatus(_cureentSoftSkillUpgrade); softSkillsController.LevelUPSoftSkillById(_currentSoftSkillId); } }