예제 #1
0
 public override int GetSpecialType(int row, int col)
 {
     return(match3.HasGlass(col, row) ? 1 : 0);
 }