private void UpdateExp() { characterLevelSheet.TryGetValue(Level, out var row, true); Exp.Set(row); }