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