示例#1
0
  public CMapLight(CMap map) {
    super(map, map.IsCyc);

    MatrixColor = new int[map.getYCount()][map.getXCount()];
  }