Пример #1
0
 public void FinalizeOrder()
 {
     UnityEngine.Debug.Log("Finalizing order");
     RecalcDeliveryTime();
     Ordered = SolHourStamp.Now();
     RedHomestead.Persistence.Game.Current.Player.BankAccount -= GrandTotal;
 }
Пример #2
0
 public string TimeUntilETA()
 {
     return(SolHourStamp.Now().SolHoursIntoFuture(ETA).ToString());
 }