Reformat 'PoweredIdle' to 'Idle'

This commit is contained in:
FL-OZ
2020-05-01 03:38:48 -05:00
parent b2aca9a686
commit a5fa184765
3 changed files with 5 additions and 6 deletions

View File

@@ -9,8 +9,7 @@ namespace Content.Shared.Kitchen
[Serializable, NetSerializable]
public enum MicrowaveVisualState
{
Off,
PoweredIdle,
Idle,
Cooking
}