Files
tbd-station-14/Content.Shared/Anomaly/Effects/SharedTileAnomalySystem.cs
Ed b02c211e2f Start rebalancing anomalies - Rock and Flesh anomaly reworked (#24381)
* rework

* bruh

* all fixed

* balance

* bb

* Update TileAnomalySystem.cs

* Update EntityAnomalySystem.cs
2024-01-23 15:32:05 +03:00

7 lines
109 B
C#

namespace Content.Shared.Anomaly.Effects;
public abstract class SharedTileAnomalySystem : EntitySystem
{
}