Add microwave visualizer. Clean up microwave code.
This commit is contained in:
18
Content.Shared/Kitchen/SharedMicrowave.cs
Normal file
18
Content.Shared/Kitchen/SharedMicrowave.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Robust.Shared.Serialization;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Content.Shared.Kitchen
|
||||
{
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum MicrowaveVisualState
|
||||
{
|
||||
Off,
|
||||
PoweredIdle,
|
||||
Cooking
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user