Esempio n. 1
0
        public void AddThrowClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Throws Modifiers", this.Stats, ref this.Throw);

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

            Statswindow.Show();
        }
Esempio n. 3
0
        public void AddStatsClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Stats Points", ref this.Stats);

            Statswindow.Show();
        }
Esempio n. 4
0
        public void AddStatsClick(object sender, System.EventArgs e)
        {
            StatsForm Statswindow = new StatsForm("Stats Points",ref this.Stats);

            Statswindow.Show();
        }