예제 #1
0
 private int Evaluate(FigureType type, Vector2Int cell)
 {
     return(cellValue.GetCellValue(type, cell));
 }