コード例 #1
0
 public IEnumerable <Direction> JumpableDirections()
 {
     return(MovementHelper.AdjacentPoints(CurrentPoint, Size));
 }