public void IncreaseCodingStatus(int codingAmount) { characterStatus.IncreaseCodingStatus(codingAmount); OnStatusUpdated?.Invoke(); }