コード例 #1
0
 public Direction JumpableFlag()
 {
     return(MovementHelper.AdjacentPointsFlag(CurrentPoint, Size));
 }