Ejemplo n.º 1
0
 public override void Resolve(BattleOutcomeHandling currentPawnBattleOutcomeHandler, Action postAction)
 {
     currentPawnBattleOutcomeHandler.HandlePlayerWinning(ForwardStep, BackwardStep, postAction);
 }
Ejemplo n.º 2
0
 public abstract void Resolve(BattleOutcomeHandling currentPawnBattleOutcomeHandler, Action postAction);
Ejemplo n.º 3
0
 public override void Resolve(BattleOutcomeHandling currentPawnBattleOutcomeHandler, Action postAction)
 {
     currentPawnBattleOutcomeHandler.HandleTie(postAction);
 }