fish-station/Content.Server/GameObjects/Components/Kitchen/MicrowaveSuccessState.cs
FL-OZ 470f81fca1
fix microwave deleting entities at will (#1073)
Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
2020-06-05 18:46:34 +02:00

10 lines
181 B
C#

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