private void abilityScoreFeatSelectionFeatureToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AbilityScoreFeatFeature f = new AbilityScoreFeatFeature("", 4);

            f = new FeatureForms.AbilityScoreFeatFeatureForm(f).edit(HistoryManager);
            list.Add(f);
            fill();
        }
Ejemplo n.º 2
0
 public AbilityFeatChoiceContainer(Player player, AbilityScoreFeatFeature asff)
 {
     Player = player;
     ASFF   = asff;
 }