Exemplo n.º 1
0
 public static bool ThreatOfThree(this LineType lineType)
 {
     return(lineType.IsThreeInRow() || lineType.IsBrokenThree());
 }