Files
OldThink/Content.Client/Anomaly/Effects/GravityAnomalySystem.cs
BIGZi0348 d101601596 Revert "Merge pull request #188 from frosty-dev/test"
This reverts commit f7890e9378, reversing
changes made to af410cb46e.
2024-11-28 20:21:48 +03:00

9 lines
209 B
C#

using Content.Shared.Anomaly.Effects;
namespace Content.Client.Anomaly.Effects;
public sealed class GravityAnomalySystem : SharedGravityAnomalySystem
{
// this is not the system you are looking for
}