public void AddThrowClick(object sender, System.EventArgs e) { StatsForm Statswindow = new StatsForm("Throws Modifiers", this.Stats, ref this.Throw); Statswindow.Show(); }
public void AddStatsClick(object sender, System.EventArgs e) { StatsForm Statswindow = new StatsForm("Stats Points", ref this.Stats); Statswindow.Show(); }
public void AddStatsClick(object sender, System.EventArgs e) { StatsForm Statswindow = new StatsForm("Stats Points",ref this.Stats); Statswindow.Show(); }