Anomaly Cores (#21306)
* add first anomaly core * meme * 5 min to 10 min fix yml * fix * Update doc * no static price
This commit is contained in:
9
Content.Shared/Anomaly/AnomalyCoreVisuals.cs
Normal file
9
Content.Shared/Anomaly/AnomalyCoreVisuals.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Anomaly;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum AnomalyCoreVisuals : byte
|
||||
{
|
||||
Decaying
|
||||
}
|
||||
Reference in New Issue
Block a user