Table of Contents

Enum FoodType.FoodTime

Namespace
TinyLife.Skills
Assembly
TinyLife.dll

A flags enumeration used by PreferredTimes that is used to determine when this food is generally eaten.

[Flags]
public enum FoodType.FoodTime
Extension Methods

Fields

None = 0

There is no preferred time, which causes foods with this flag to be made at any time of day.

Breakfast = 1

The food item is a breakfast food. For brunch foods, use a combined flag of Lunch and Breakfast.

Lunch = 2

The food item is a lunch food. For brunch foods, use a combined flag of Lunch and Breakfast.

Dinner = 4

The food item is a dinnertime food.