Files
tbd-station-14/Content.Server/Shuttles/Components/SpaceGarbageComponent.cs

9 lines
337 B
C#

namespace Content.Server.Shuttles.Components;
/// <summary>
/// Cleanup component that deletes the entity if it has a cross-grid collision.
/// Useful for small, unimportant items like bullets to avoid generating many contacts.
/// </summary>
[RegisterComponent]
public sealed partial class SpaceGarbageComponent : Component {}