예제 #1
0
 // Used to initialise the baby's hunger
 // Set each sub-goal's item amounts to 0 at the start
 void SetHunger(Goals goals)
 {
     _remainingHunger     = goals.GetCollapsedGoals();
     _currentHungerFilled = _remainingHunger.ToList();
     ItemAmount.ZeroAmounts(_currentHungerFilled);
 }