Exemplo n.º 1
0
 /// <summary>Forcefully inserts skip location into location list after current location.</summary>
 /// <param name="skipChoice">Location that the trail module will point to after current location.</param>
 public void InsertLocation(Location skipChoice)
 {
     Trail.InsertLocation(LocationIndex + 1, skipChoice);
 }