예제 #1
0
 protected override void OnAttack(IActionHost host, string attacker)
 {
     if (attacker != host.Player)
     {
         host.PreventNextAttack();
     }
 }
예제 #2
0
파일: Moat.cs 프로젝트: gulbanana/cardgame
 protected override void React(IActionHost host)
 {
     host.PreventNextAttack();
 }