Exemplo n.º 1
0
 public PoisonEffect(PoisonEffectType type, Dice dice)
 {
     Type = type;
     Dice = dice;
 }
Exemplo n.º 2
0
 public PoisonEffect(PoisonEffectType type) : this(type, Dice.Zero)
 {
 }