namespace Content.Server.Kitchen.Components
{
public enum MicrowaveSuccessState
RecipePass,
RecipeFail,
UnwantedForeignObject
}