Microwave ECS (#10766)

* microwave ECS

* allcomponentdelete etset

ack

* container purge
This commit is contained in:
Nemanja
2022-08-27 19:40:29 -04:00
committed by GitHub
parent f442fb044e
commit 32abdf5f00
23 changed files with 535 additions and 922 deletions

View File

@@ -0,0 +1,8 @@
namespace Content.Client.Kitchen.Visualizers;
public enum MicrowaveVisualizerLayers : byte
{
Base,
BaseUnlit
}