Exemplo n.º 1
0
 private void GoToSegment(Int32 to)
 {
     _map.GoToSegment(to);
     _player.Location.Region    = _map.Region;
     _player.Location.SubRegion = to;
     RefreshView();
 }