Пример #1
0
 // This determines which sector the thing is in and links it
 public void DetermineSector()
 {
     //mxd
     sector = map.GetSectorByCoordinates(pos);
 }