예제 #1
0
void AppliqueBaseProtection::appliquerSortSurCase(Case &cible, Sort* sortExecutant)
{
    cible.modifierDefenseReel(this->valeur);
}
예제 #2
0
void AppliqueBaseProtection::retirerSortDeCase(Case &cible, Sort* sortExecutant)
{
    cible.modifierDefenseReel(-this->valeur);
}