* add first anomaly core * meme * 5 min to 10 min fix yml * fix * Update doc * no static price
10 lines
158 B
C#
10 lines
158 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Anomaly;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum AnomalyCoreVisuals : byte
|
|
{
|
|
Decaying
|
|
}
|