Lipid Extractor (#15597)
This commit is contained in:
16
Content.Shared/Nutrition/Components/SharedFatExtractor.cs
Normal file
16
Content.Shared/Nutrition/Components/SharedFatExtractor.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Nutrition.Components;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum FatExtractorVisuals : byte
|
||||
{
|
||||
Processing
|
||||
}
|
||||
|
||||
public enum FatExtractorVisualLayers : byte
|
||||
{
|
||||
Light,
|
||||
Stack,
|
||||
Smoke
|
||||
}
|
||||
Reference in New Issue
Block a user