8 lines
246 B
C#
8 lines
246 B
C#
namespace Content.Shared.Singularity.EntitySystems;
|
|
|
|
/// <summary>
|
|
/// The entity system primarily responsible for managing <see cref="SharedGravityWellComponent"/>s.
|
|
/// </summary>
|
|
public abstract class SharedGravityWellSystem : EntitySystem
|
|
{}
|