コード例 #1
0
 // Step 850 AvertUpgradePotatoes
 static bool Step850()
 {
     return(Dialogs.GetAmount("water") > 25);
 }
コード例 #2
0
 // Step 900 AvertUpgradePotatoes
 static bool Step900()
 {
     return(Dialogs.GetAmount("electricity") > 25);
 }
コード例 #3
0
 // Step 800 AvertUpgradePotatoes
 static bool Step800()
 {
     return(Dialogs.GetAmount("potatoes") > 25);
 }