コード例 #1
0
 /// <summary>
 ///     Determines if the player has purchased an helicopter for a possible escape.
 /// </summary>
 /// <returns><c>true</c> if the player is has purchased the helicopter; otherwise, <c>false</c>.</returns>
 public bool HasPlayerPurchasedHelicopter()
 {
     return(governmentService.HasPlayerPurchasedHelicopter());
 }