Exemplo n.º 1
0
 public string GetCondition()
 {
     return(Bonues.GetCondition());
 }
Exemplo n.º 2
0
 public bool IsOfType(DamageType type)
 {
     return(Bonues.IsOfType(type));
 }
Exemplo n.º 3
0
 public bool IsActive(GetBonusDto bonus)
 {
     return(Bonues.IsActive(bonus));
 }
Exemplo n.º 4
0
 public DiceRoll GetBonus(GetBonusDto bonusDto)
 {
     return(Bonues.GetBonus(bonusDto));
 }
Exemplo n.º 5
0
 public bool ShouldApplyToSubType(Guid?subtype)
 {
     return(Bonues.ShouldApplyToSubType(subtype));
 }
Exemplo n.º 6
0
 public bool ShouldApplyTo(GameId idAble, Type overrideType = null)
 {
     return(Bonues.ShouldApplyTo(idAble, overrideType));
 }