Esempio n. 1
0
 public void EnterDoor()
 {
     CurrentRegion   = CurrentWorld.GetRegion(CurrentLocation.Door.RegionCode);
     CurrentLocation = CurrentRegion.LocationAt(CurrentLocation.Door.X, CurrentLocation.Door.Y);
 }