示例#1
0
文件: WinCount.php 项目: Gtvar/Ticki
 /**
  * @param Cell $cell
  */
 public function addCell(Cell $cell)
 {
     $this->count[$cell->getType()]++;
 }