Files
OldThink/Content.Client/Anomaly/Effects/GravityAnomalySystem.cs

9 lines
209 B
C#
Raw Normal View History

2023-01-17 00:05:20 -05:00
using Content.Shared.Anomaly.Effects;
namespace Content.Client.Anomaly.Effects;
public sealed class GravityAnomalySystem : SharedGravityAnomalySystem
{
// this is not the system you are looking for
}