Example #1
0
 public bool CanAttack(ITile unitTile, ITile targetTile, ITile[] board)
 => unitTile.CanKill(targetTile);