Example #1
0
 public void AssignLocation(ILocation location)
 {
     PreviousLocation = CurrentLocation.GetCopy();
     CurrentLocation  = location?.GetCopy();
 }