예제 #1
0
파일: WinCount.php 프로젝트: Gtvar/Ticki
 /**
  * @param Cell $cell
  */
 public function addCell(Cell $cell)
 {
     $this->count[$cell->getType()]++;
 }