Exemple #1
0
 /// <summary>Sets the current speed of the game simulation.</summary>
 /// <param name="castedSpeed">The casted Speed.</param>
 public void ChangePace(TravelPace castedSpeed)
 {
     // Change game simulation speed.
     Pace = castedSpeed;
 }
Exemple #2
0
 /// <summary>Sets the current speed of the game simulation.</summary>
 /// <param name="castedSpeed">The casted Speed.</param>
 public void ChangePace(TravelPace castedSpeed)
 {
     // Change game simulation speed.
     Pace = castedSpeed;
 }