public override int GetCellType(int row, int col) { GemSO gemSO = match3.GetGemSO(col, row); return(levelSO.gemList.IndexOf(gemSO)); }