Files
tbd-station-14/Content.Server/Gatherable/Components/GatheringProjectileComponent.cs
2023-05-11 23:19:08 +10:00

11 lines
221 B
C#

namespace Content.Server.Gatherable.Components;
/// <summary>
/// Destroys a gatherable entity when colliding with it.
/// </summary>
[RegisterComponent]
public sealed class GatheringProjectileComponent : Component
{
}