mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 06:28:40 +03:00
11 lines
181 B
C#
11 lines
181 B
C#
namespace Content.Server.GameObjects.Components.Kitchen
|
|
{
|
|
public enum MicrowaveSuccessState
|
|
{
|
|
RecipePass,
|
|
RecipeFail,
|
|
UnwantedForeignObject
|
|
|
|
}
|
|
}
|