예제 #1
0
 public virtual PursuitBuilder WithCombo(ComboWrapper comboWrapper)
 {
     this.combos[comboWrapper.variant] = comboWrapper;
       return this;
 }
예제 #2
0
 public virtual IMeleeAttackBuilder WithCombo(ComboWrapper comboWrapper)
 {
     this.combos[comboWrapper.variant] = comboWrapper;
       return this;
 }