コード例 #1
0
 public BonusSelector(ITypeAndAmountSelector typeAndAmountSelector)
 {
     this.typeAndAmountSelector = typeAndAmountSelector;
 }
コード例 #2
0
 public FeatFocusGenerator(ICollectionSelector collectionsSelector, ITypeAndAmountSelector typeAndAmountSelector)
 {
     this.collectionsSelector   = collectionsSelector;
     this.typeAndAmountSelector = typeAndAmountSelector;
 }
コード例 #3
0
 public AbilitiesGenerator(ITypeAndAmountSelector typeAndAmountSelector, Dice dice)
 {
     this.typeAndAmountSelector = typeAndAmountSelector;
     this.dice = dice;
 }
コード例 #4
0
 public SpeedsGenerator(ITypeAndAmountSelector typeAndAmountSelector, ICollectionSelector collectionSelector)
 {
     this.typeAndAmountSelector = typeAndAmountSelector;
     this.collectionSelector    = collectionSelector;
 }