Ejemplo n.º 1
0
 public static bool CanBeamExitSpace(BoardSpace bs, int sideExiting)
 {
     return(bs != null && bs.CanBeamExit(sideExiting));
 }