Exemplo n.º 1
0
 public int AddVulnerability(MonsterType attackerType)
 {
     if (attackerType.Equals(typeVulnerability))
     {
         return(ValueVulnerability);
     }
     else
     {
         return(1);
     }
 }