ModifyDifficulty() public méthode

public ModifyDifficulty ( string value ) : bool
value string
Résultat bool
Exemple #1
0
 private void numericDifficulty_ValueChanged(object sender, EventArgs e)
 {
     worldmap.ModifyDifficulty(numericDifficulty.Value.ToString());
 }