Exemplo n.º 1
0
 public Attack(AttackKind kind, Verb verb, int hitValue, int damageValue, int staminaPenalty)
     : this(kind, verb, hitValue, damageValue, staminaPenalty, 0)
 {
 }
Exemplo n.º 2
0
 public Attack(AttackKind kind, Verb verb, int hitValue, int damageValue)
     : this(kind, verb, hitValue, damageValue, 0, 0)
 {
 }