Esempio n. 1
0
 public static void UpdateAllMax(float newMaxForFood, float newMaxForGoingOut, float NewMaxForHealth, float NewMaxForHobbies, float NewMaxForOthers, float NewMaxForClothes)
 {
     CurrentMax.Update(newMaxForFood, newMaxForGoingOut, NewMaxForHealth, NewMaxForHobbies, NewMaxForOthers, NewMaxForClothes);
     Initiate();
 }