示例#1
0
 public void addCell(MapCell cell)
 {
     cells[cell.getXPosition()][cell.getYPosition()] = cell;
 }