Ejemplo n.º 1
0
 private void UpdateExp()
 {
     characterLevelSheet.TryGetValue(Level, out var row, true);
     Exp.Set(row);
 }