2022-04-26 18:25:57 +10:00
|
|
|
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]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class SpaceGarbageComponent : Component {}
|