public void IncreaseEXP(int xp)
 {
     characterStatus.IncreaseEXP(xp);
     OnExpUpdated?.Invoke();
 }