Ejemplo n.º 1
0
 public BonusSelector(ITypeAndAmountSelector typeAndAmountSelector)
 {
     this.typeAndAmountSelector = typeAndAmountSelector;
 }
Ejemplo n.º 2
0
 public FeatFocusGenerator(ICollectionSelector collectionsSelector, ITypeAndAmountSelector typeAndAmountSelector)
 {
     this.collectionsSelector   = collectionsSelector;
     this.typeAndAmountSelector = typeAndAmountSelector;
 }
Ejemplo n.º 3
0
 public AbilitiesGenerator(ITypeAndAmountSelector typeAndAmountSelector, Dice dice)
 {
     this.typeAndAmountSelector = typeAndAmountSelector;
     this.dice = dice;
 }
Ejemplo n.º 4
0
 public SpeedsGenerator(ITypeAndAmountSelector typeAndAmountSelector, ICollectionSelector collectionSelector)
 {
     this.typeAndAmountSelector = typeAndAmountSelector;
     this.collectionSelector    = collectionSelector;
 }