Пример #1
0
 private bool IsValidDestination(IPosition dest)
 {
     return dest.IsAdjacent(Cell.Position);
 }