Ejemplo n.º 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;
 }
Ejemplo n.º 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;
 }