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
|
|
}
|