示例#1
0
 public SimpleMap(MapSize ms)
 {
     this.ms = ms;
     layers  = new Dictionary <string, ILayer>();
 }