예제 #1
0
 public static CellSlot RotateWall(CellSlot wallSlot, int rotation)
 {
     return(ToWallSlot(wallSlot.ToDirection() + rotation));
 }