Example #1
0
 public bool CheckSurroundingHexagonColorsAndReturnLocked(bool isColorSwitch)
 {
     return(GridGenerator.CheckHexagonAround(_row, _col, isColorSwitch));
 }