public void IncreaseStatusPoints(int amount)
 {
     characterStatus.IncreaseStatusPoints(amount);
     OnStatusPointsUpdated?.Invoke();
 }