private void NewPlayer() { SupportForm sup = new SupportForm(); sup.ShowDialog(); CreateACharacter(); }
private void btNewGame_Click(object sender, EventArgs e) { Function.SoundManager.PlayButtonSound(); SupportForm sup = new SupportForm(); sup.ShowDialog(); }