Exemplo n.º 1
0
 // initial map settings
 internal void SetMap(ref Map DLAMap)
 {
     map = DLAMap;
     map.GenerateSeed();
     CreateBitmap();
 }