Exemple #1
0
 public void GoShopping(Store store)
 {
     if (UI.GetInput($"{name} would you like to visit the store for supplies? <yes/no>", "yes/no") == "yes")
     {
         UI.GoShopping(this, store);
     }
 }