Files
wwdpublic/Content.Shared/Anomaly/AnomalyCoreVisuals.cs
Ed 5a976bd0f1 Anomaly Cores (#21306)
* add first anomaly core

* meme

* 5 min to 10 min
fix yml

* fix

* Update doc

* no static price
2023-11-12 20:29:26 +01:00

10 lines
158 B
C#

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