Files
tbd-station-14/Content.Shared/Anomaly/AnomalyCoreVisuals.cs
Ed 96ff529c82 Anomaly Cores (#21306)
* add first anomaly core

* meme

* 5 min to 10 min
fix yml

* fix

* Update doc

* no static price
2023-10-31 19:20:52 -04:00

10 lines
158 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Anomaly;
[Serializable, NetSerializable]
public enum AnomalyCoreVisuals : byte
{
Decaying
}