public void IncreaseSoundStatus(int soundAmount) { characterStatus.IncreaseSoundStatus(soundAmount); OnStatusUpdated?.Invoke(); }