Files
OldThink/Content.Shared/Anomaly/Effects/SharedEntityAnomalySystem.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
111 B
C#

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