Re-organize all projects (#4166)
This commit is contained in:
10
Content.Server/Kitchen/Components/MicrowaveSuccessState.cs
Normal file
10
Content.Server/Kitchen/Components/MicrowaveSuccessState.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Kitchen.Components
|
||||
{
|
||||
public enum MicrowaveSuccessState
|
||||
{
|
||||
RecipePass,
|
||||
RecipeFail,
|
||||
UnwantedForeignObject
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user